Uses of Class
com.azure.resourcemanager.storage.models.Encryption
-
Packages that use Encryption Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of Encryption in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return Encryption Modifier and Type Method Description EncryptionStorageAccountInner. encryption()Get the encryption property: Encryption settings to be used for server-side encryption for the storage account.EncryptionStorageAccountPropertiesCreateParameters. encryption()Get the encryption property: Encryption settings to be used for server-side encryption for the storage account.EncryptionStorageAccountPropertiesInner. encryption()Get the encryption property: Encryption settings to be used for server-side encryption for the storage account.EncryptionStorageAccountPropertiesUpdateParameters. encryption()Get the encryption property: Not applicable.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type Encryption Modifier and Type Method Description StorageAccountPropertiesCreateParametersStorageAccountPropertiesCreateParameters. withEncryption(Encryption encryption)Set the encryption property: Encryption settings to be used for server-side encryption for the storage account.StorageAccountPropertiesUpdateParametersStorageAccountPropertiesUpdateParameters. withEncryption(Encryption encryption)Set the encryption property: Not applicable. -
Uses of Encryption in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return Encryption Modifier and Type Method Description EncryptionStorageAccountCreateParameters. encryption()Get the encryption property: Encryption settings to be used for server-side encryption for the storage account.EncryptionStorageAccountUpdateParameters. encryption()Get the encryption property: Not applicable.EncryptionEncryption. withEncryptionIdentity(EncryptionIdentity encryptionIdentity)Set the encryptionIdentity property: The identity to be used with service-side encryption at rest.EncryptionEncryption. withKeySource(KeySource keySource)Set the keySource property: The encryption keySource (provider).EncryptionEncryption. withKeyVaultProperties(KeyVaultProperties keyVaultProperties)Set the keyVaultProperties property: Properties provided by key vault.EncryptionEncryption. withRequireInfrastructureEncryption(Boolean requireInfrastructureEncryption)Set the requireInfrastructureEncryption property: A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest.EncryptionEncryption. withServices(EncryptionServices services)Set the services property: List of services which support encryption.Methods in com.azure.resourcemanager.storage.models with parameters of type Encryption Modifier and Type Method Description StorageAccountCreateParametersStorageAccountCreateParameters. withEncryption(Encryption encryption)Set the encryption property: Encryption settings to be used for server-side encryption for the storage account.StorageAccountUpdateParametersStorageAccountUpdateParameters. withEncryption(Encryption encryption)Set the encryption property: Not applicable.
-