Uses of Class
com.azure.resourcemanager.resources.models.Identity
Packages that use Identity
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of Identity in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return IdentityModifier and TypeMethodDescriptionGenericResourceInner.identity()Get the identity property: The identity of the resource.PolicyAssignmentInner.identity()Get the identity property: The managed identity associated with the policy assignment.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type IdentityModifier and TypeMethodDescriptionGenericResourceExpandedInner.withIdentity(Identity identity) Set the identity property: The identity of the resource.GenericResourceInner.withIdentity(Identity identity) Set the identity property: The identity of the resource.PolicyAssignmentInner.withIdentity(Identity identity) Set the identity property: The managed identity associated with the policy assignment. -
Uses of Identity in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return IdentityModifier and TypeMethodDescriptionGenericResource.identity()PolicyAssignmentUpdate.identity()Get the identity property: The managed identity associated with the policy assignment.Identity.withType(ResourceIdentityType type) Set the type property: The identity type.Identity.withUserAssignedIdentities(Map<String, IdentityUserAssignedIdentitiesValue> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the resource.Methods in com.azure.resourcemanager.resources.models with parameters of type IdentityModifier and TypeMethodDescriptionGenericResource.DefinitionStages.WithCreate.withIdentity(Identity identity) Specifies managed identity.GenericResource.UpdateStages.WithIdentity.withIdentity(Identity identity) Specifies managed identity.PolicyAssignmentUpdate.withIdentity(Identity identity) Set the identity property: The managed identity associated with the policy assignment.