Uses of Class
com.azure.resourcemanager.elasticsan.models.Identity
Packages that use Identity
Package
Description
Package containing the inner data models for ElasticSanManagement.
Package containing the data models for ElasticSanManagement.
-
Uses of Identity in com.azure.resourcemanager.elasticsan.fluent.models
Methods in com.azure.resourcemanager.elasticsan.fluent.models that return IdentityModifier and TypeMethodDescriptionVolumeGroupInner.identity()Get the identity property: The identity of the resource.Methods in com.azure.resourcemanager.elasticsan.fluent.models with parameters of type IdentityModifier and TypeMethodDescriptionVolumeGroupInner.withIdentity(Identity identity) Set the identity property: The identity of the resource. -
Uses of Identity in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return IdentityModifier and TypeMethodDescriptionstatic IdentityIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Identity from the JsonReader.VolumeGroup.identity()Gets the identity property: The identity of the resource.VolumeGroupUpdate.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 volume group.Methods in com.azure.resourcemanager.elasticsan.models with parameters of type IdentityModifier and TypeMethodDescriptionVolumeGroup.DefinitionStages.WithIdentity.withIdentity(Identity identity) Specifies the identity property: The identity of the resource..VolumeGroup.UpdateStages.WithIdentity.withIdentity(Identity identity) Specifies the identity property: The identity of the resource..VolumeGroupUpdate.withIdentity(Identity identity) Set the identity property: The identity of the resource.