Uses of Class
com.azure.resourcemanager.resources.models.Identity
-
Packages that use Identity 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. -
-
Uses of Identity in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return Identity Modifier and Type Method Description IdentityGenericResourceInner. identity()Get the identity property: The identity of the resource.IdentityPolicyAssignmentInner. 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 Identity Modifier and Type Method Description GenericResourceExpandedInnerGenericResourceExpandedInner. withIdentity(Identity identity)Set the identity property: The identity of the resource.GenericResourceInnerGenericResourceInner. withIdentity(Identity identity)Set the identity property: The identity of the resource.PolicyAssignmentInnerPolicyAssignmentInner. 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 Identity Modifier and Type Method Description IdentityGenericResource. identity()IdentityPolicyAssignmentUpdate. identity()Get the identity property: The managed identity associated with the policy assignment.IdentityIdentity. withType(ResourceIdentityType type)Set the type property: The identity type.IdentityIdentity. 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 Identity Modifier and Type Method Description GenericResource.DefinitionStages.WithCreateGenericResource.DefinitionStages.WithCreate. withIdentity(Identity identity)Specifies managed identity.GenericResource.UpdateGenericResource.UpdateStages.WithIdentity. withIdentity(Identity identity)Specifies managed identity.PolicyAssignmentUpdatePolicyAssignmentUpdate. withIdentity(Identity identity)Set the identity property: The managed identity associated with the policy assignment.
-