Uses of Class
com.azure.resourcemanager.astro.models.OrganizationResourceUpdate
Packages that use OrganizationResourceUpdate
Package
Description
Package containing the service clients for AstroMgmtClient.
Package containing the data models for AstroMgmtClient.
-
Uses of OrganizationResourceUpdate in com.azure.resourcemanager.astro.fluent
Methods in com.azure.resourcemanager.astro.fluent with parameters of type OrganizationResourceUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OrganizationResourceInner>, OrganizationResourceInner> OrganizationsClient.beginUpdate(String resourceGroupName, String organizationName, OrganizationResourceUpdate properties) Update a OrganizationResource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OrganizationResourceInner>, OrganizationResourceInner> OrganizationsClient.beginUpdate(String resourceGroupName, String organizationName, OrganizationResourceUpdate properties, com.azure.core.util.Context context) Update a OrganizationResource.OrganizationsClient.update(String resourceGroupName, String organizationName, OrganizationResourceUpdate properties) Update a OrganizationResource.OrganizationsClient.update(String resourceGroupName, String organizationName, OrganizationResourceUpdate properties, com.azure.core.util.Context context) Update a OrganizationResource. -
Uses of OrganizationResourceUpdate in com.azure.resourcemanager.astro.models
Methods in com.azure.resourcemanager.astro.models that return OrganizationResourceUpdateModifier and TypeMethodDescriptionstatic OrganizationResourceUpdateOrganizationResourceUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OrganizationResourceUpdate from the JsonReader.OrganizationResourceUpdate.withIdentity(ManagedServiceIdentity identity) Set the identity property: The managed service identities assigned to this resource.OrganizationResourceUpdate.withProperties(OrganizationResourceUpdateProperties properties) Set the properties property: The resource-specific properties for this resource.Set the tags property: Resource tags.