Uses of Class
com.azure.resourcemanager.msi.models.IdentityUpdate
-
Packages that use IdentityUpdate Package Description com.azure.resourcemanager.msi.fluent Package containing the service clients for ManagedServiceIdentityClient.com.azure.resourcemanager.msi.models Package containing the data models for ManagedServiceIdentityClient. -
-
Uses of IdentityUpdate in com.azure.resourcemanager.msi.fluent
Methods in com.azure.resourcemanager.msi.fluent with parameters of type IdentityUpdate Modifier and Type Method Description IdentityInnerUserAssignedIdentitiesClient. update(String resourceGroupName, String resourceName, IdentityUpdate parameters)Update an identity in the specified subscription and resource group.Mono<IdentityInner>UserAssignedIdentitiesClient. updateAsync(String resourceGroupName, String resourceName, IdentityUpdate parameters)Update an identity in the specified subscription and resource group.com.azure.core.http.rest.Response<IdentityInner>UserAssignedIdentitiesClient. updateWithResponse(String resourceGroupName, String resourceName, IdentityUpdate parameters, com.azure.core.util.Context context)Update an identity in the specified subscription and resource group.Mono<com.azure.core.http.rest.Response<IdentityInner>>UserAssignedIdentitiesClient. updateWithResponseAsync(String resourceGroupName, String resourceName, IdentityUpdate parameters)Update an identity in the specified subscription and resource group. -
Uses of IdentityUpdate in com.azure.resourcemanager.msi.models
Methods in com.azure.resourcemanager.msi.models that return IdentityUpdate Modifier and Type Method Description IdentityUpdateIdentityUpdate. withLocation(String location)Set the location property: The geo-location where the resource lives.IdentityUpdateIdentityUpdate. withTags(Map<String,String> tags)Set the tags property: Resource tags.
-