Uses of Class
com.azure.resourcemanager.storage.models.EncryptionIdentity
Packages that use EncryptionIdentity
Package
Description
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 EncryptionIdentityModifier and TypeMethodDescriptionEncryption.encryptionIdentity()Get the encryptionIdentity property: The identity to be used with service-side encryption at rest.EncryptionIdentity.withEncryptionFederatedIdentityClientId(String encryptionFederatedIdentityClientId) Set the encryptionFederatedIdentityClientId property: ClientId of the multi-tenant application to be used in conjunction with the user-assigned identity for cross-tenant customer-managed-keys server-side encryption on the storage account.EncryptionIdentity.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 EncryptionIdentityModifier and TypeMethodDescriptionEncryption.withEncryptionIdentity(EncryptionIdentity encryptionIdentity) Set the encryptionIdentity property: The identity to be used with service-side encryption at rest.