Uses of Class
com.azure.resourcemanager.storage.models.EncryptionIdentity
-
Packages that use EncryptionIdentity Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of EncryptionIdentity in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return EncryptionIdentity Modifier and Type Method Description EncryptionIdentityEncryption. encryptionIdentity()Get the encryptionIdentity property: The identity to be used with service-side encryption at rest.EncryptionIdentityEncryptionIdentity. withEncryptionUserAssignedIdentity(String encryptionUserAssignedIdentity)Set the encryptionUserAssignedIdentity property: Resource identifier of the UserAssigned identity to be associated with server-side encryption on the storage account.Methods in com.azure.resourcemanager.storage.models with parameters of type EncryptionIdentity Modifier and Type Method Description EncryptionEncryption. withEncryptionIdentity(EncryptionIdentity encryptionIdentity)Set the encryptionIdentity property: The identity to be used with service-side encryption at rest.
-