| Package | Description |
|---|---|
| com.azure.resourcemanager.msi.fluent |
Package containing the service clients for ManagedServiceIdentityClient.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityInner |
UserAssignedIdentitiesClient.createOrUpdate(String resourceGroupName,
String resourceName,
IdentityInner parameters)
Create or update an identity in the specified subscription and resource group.
|
IdentityInner |
UserAssignedIdentitiesClient.getByResourceGroup(String resourceGroupName,
String resourceName)
Gets the identity.
|
IdentityInner |
UserAssignedIdentitiesClient.update(String resourceGroupName,
String resourceName,
IdentityUpdate parameters)
Update an identity in the specified subscription and resource group.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityInner |
UserAssignedIdentitiesClient.createOrUpdate(String resourceGroupName,
String resourceName,
IdentityInner parameters)
Create or update an identity in the specified subscription and resource group.
|
Mono<IdentityInner> |
UserAssignedIdentitiesClient.createOrUpdateAsync(String resourceGroupName,
String resourceName,
IdentityInner parameters)
Create or update an identity in the specified subscription and resource group.
|
com.azure.core.http.rest.Response<IdentityInner> |
UserAssignedIdentitiesClient.createOrUpdateWithResponse(String resourceGroupName,
String resourceName,
IdentityInner parameters,
com.azure.core.util.Context context)
Create or update an identity in the specified subscription and resource group.
|
Mono<com.azure.core.http.rest.Response<IdentityInner>> |
UserAssignedIdentitiesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String resourceName,
IdentityInner parameters)
Create or update an identity in the specified subscription and resource group.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.