| 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.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityInner |
UserAssignedIdentitiesClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityUpdate |
IdentityUpdate.withLocation(String location)
Set the location property: The geo-location where the resource lives.
|
IdentityUpdate |
IdentityUpdate.withTags(Map<String,String> tags)
Set the tags property: Resource tags.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.