Uses of Class
com.azure.resourcemanager.storage.models.Identity
Packages that use Identity
Package
Description
Package containing the inner data models for StorageManagementClient.
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 IdentityModifier and TypeMethodDescriptionStorageAccountInner.identity()Get the identity property: The identity of the resource.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type IdentityModifier and TypeMethodDescriptionStorageAccountInner.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 IdentityModifier and TypeMethodDescriptionstatic IdentityIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Identity from the JsonReader.StorageAccountCreateParameters.identity()Get the identity property: The identity of the resource.StorageAccountUpdateParameters.identity()Get the identity property: The identity of the resource.Identity.withType(IdentityType type) Set the type property: The identity type.Identity.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 IdentityModifier and TypeMethodDescriptionStorageAccountCreateParameters.withIdentity(Identity identity) Set the identity property: The identity of the resource.StorageAccountUpdateParameters.withIdentity(Identity identity) Set the identity property: The identity of the resource.