Uses of Class
com.azure.resourcemanager.elasticsan.models.EncryptionIdentity
Packages that use EncryptionIdentity
Package
Description
Package containing the data models for ElasticSanManagement.
-
Uses of EncryptionIdentity in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return EncryptionIdentityModifier and TypeMethodDescriptionEncryptionProperties.encryptionIdentity()
Get the encryptionIdentity property: The identity to be used with service-side encryption at rest.static EncryptionIdentity
EncryptionIdentity.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionIdentity from the JsonReader.EncryptionIdentity.withEncryptionUserAssignedIdentity
(String encryptionUserAssignedIdentity) Set the encryptionUserAssignedIdentity property: Resource identifier of the UserAssigned identity to be associated with server-side encryption on the volume group.Methods in com.azure.resourcemanager.elasticsan.models with parameters of type EncryptionIdentityModifier and TypeMethodDescriptionEncryptionProperties.withEncryptionIdentity
(EncryptionIdentity encryptionIdentity) Set the encryptionIdentity property: The identity to be used with service-side encryption at rest.