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
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type EncryptionIdentityModifier and TypeClassDescriptionfinal classEncryption identity for the storage account.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.static EncryptionIdentityEncryptionIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionIdentity from the JsonReader.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.