Uses of Class
com.azure.resourcemanager.storage.models.Identity
-
Packages that use Identity Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of Identity in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return Identity Modifier and Type Method Description IdentityStorageAccountInner. identity()Get the identity property: The identity of the resource.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type Identity Modifier and Type Method Description StorageAccountInnerStorageAccountInner. withIdentity(Identity identity)Set the identity property: The identity of the resource. -
Uses of Identity in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return Identity Modifier and Type Method Description IdentityStorageAccountCreateParameters. identity()Get the identity property: The identity of the resource.IdentityStorageAccountUpdateParameters. identity()Get the identity property: The identity of the resource.IdentityIdentity. withType(IdentityType type)Set the type property: The identity type.IdentityIdentity. withUserAssignedIdentities(Map<String,UserAssignedIdentity> userAssignedIdentities)Set the userAssignedIdentities property: Gets or sets a list of key value pairs that describe the set of User Assigned identities that will be used with this storage account.Methods in com.azure.resourcemanager.storage.models with parameters of type Identity Modifier and Type Method Description StorageAccountCreateParametersStorageAccountCreateParameters. withIdentity(Identity identity)Set the identity property: The identity of the resource.StorageAccountUpdateParametersStorageAccountUpdateParameters. withIdentity(Identity identity)Set the identity property: The identity of the resource.
-