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: Gets the encryption settings on the account.EncryptionStorageAccountPropertiesCreateParameters. encryption()Get the encryption property: Not applicable.EncryptionStorageAccountPropertiesInner. encryption()Get the encryption property: Gets the encryption settings on the account.EncryptionStorageAccountPropertiesUpdateParameters. encryption()Get the encryption property: Provides the encryption settings on the account.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: Not applicable.StorageAccountPropertiesUpdateParametersStorageAccountPropertiesUpdateParameters. withEncryption(Encryption encryption)Set the encryption property: Provides the encryption settings on the account. -
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: Not applicable.EncryptionStorageAccountUpdateParameters. encryption()Get the encryption property: Provides the encryption settings on the account.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: Not applicable.StorageAccountUpdateParametersStorageAccountUpdateParameters. withEncryption(Encryption encryption)Set the encryption property: Provides the encryption settings on the account.
-