| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent.models |
Package containing the inner data models for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Identity |
GenericResourceInner.identity()
Get the identity property: The identity of the resource.
|
Identity |
PolicyAssignmentInner.identity()
Get the identity property: The managed identity associated with the policy assignment.
|
| Modifier and Type | Method and Description |
|---|---|
GenericResourceExpandedInner |
GenericResourceExpandedInner.withIdentity(Identity identity)
Set the identity property: The identity of the resource.
|
GenericResourceInner |
GenericResourceInner.withIdentity(Identity identity)
Set the identity property: The identity of the resource.
|
PolicyAssignmentInner |
PolicyAssignmentInner.withIdentity(Identity identity)
Set the identity property: The managed identity associated with the policy assignment.
|
| Modifier and Type | Method and Description |
|---|---|
Identity |
GenericResource.identity() |
Identity |
Identity.withType(ResourceIdentityType type)
Set the type property: The identity type.
|
Identity |
Identity.withUserAssignedIdentities(Map<String,IdentityUserAssignedIdentitiesValue> userAssignedIdentities)
Set the userAssignedIdentities property: The list of user identities associated with the resource.
|
| Modifier and Type | Method and Description |
|---|---|
GenericResource.DefinitionStages.WithCreate |
GenericResource.DefinitionStages.WithCreate.withIdentity(Identity identity)
Specifies managed identity.
|
GenericResource.Update |
GenericResource.UpdateStages.WithIdentity.withIdentity(Identity identity)
Specifies managed identity.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.