Uses of Class
com.azure.resourcemanager.elasticsan.models.EncryptionProperties
Packages that use EncryptionProperties
Package
Description
Package containing the inner data models for ElasticSanManagement.
Package containing the data models for ElasticSanManagement.
-
Uses of EncryptionProperties in com.azure.resourcemanager.elasticsan.fluent.models
Methods in com.azure.resourcemanager.elasticsan.fluent.models that return EncryptionPropertiesModifier and TypeMethodDescriptionVolumeGroupInner.encryptionProperties()
Get the encryptionProperties property: Encryption Properties describing Key Vault and Identity information.VolumeGroupProperties.encryptionProperties()
Get the encryptionProperties property: Encryption Properties describing Key Vault and Identity information.VolumeGroupUpdateProperties.encryptionProperties()
Get the encryptionProperties property: Encryption Properties describing Key Vault and Identity information.Methods in com.azure.resourcemanager.elasticsan.fluent.models with parameters of type EncryptionPropertiesModifier and TypeMethodDescriptionVolumeGroupInner.withEncryptionProperties
(EncryptionProperties encryptionProperties) Set the encryptionProperties property: Encryption Properties describing Key Vault and Identity information.VolumeGroupProperties.withEncryptionProperties
(EncryptionProperties encryptionProperties) Set the encryptionProperties property: Encryption Properties describing Key Vault and Identity information.VolumeGroupUpdateProperties.withEncryptionProperties
(EncryptionProperties encryptionProperties) Set the encryptionProperties property: Encryption Properties describing Key Vault and Identity information. -
Uses of EncryptionProperties in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return EncryptionPropertiesModifier and TypeMethodDescriptionVolumeGroup.encryptionProperties()
Gets the encryptionProperties property: Encryption Properties describing Key Vault and Identity information.VolumeGroupUpdate.encryptionProperties()
Get the encryptionProperties property: Encryption Properties describing Key Vault and Identity information.static EncryptionProperties
EncryptionProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionProperties from the JsonReader.EncryptionProperties.withEncryptionIdentity
(EncryptionIdentity encryptionIdentity) Set the encryptionIdentity property: The identity to be used with service-side encryption at rest.EncryptionProperties.withKeyVaultProperties
(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: Properties provided by key vault.Methods in com.azure.resourcemanager.elasticsan.models with parameters of type EncryptionPropertiesModifier and TypeMethodDescriptionVolumeGroup.DefinitionStages.WithEncryptionProperties.withEncryptionProperties
(EncryptionProperties encryptionProperties) Specifies the encryptionProperties property: Encryption Properties describing Key Vault and Identity information.VolumeGroup.UpdateStages.WithEncryptionProperties.withEncryptionProperties
(EncryptionProperties encryptionProperties) Specifies the encryptionProperties property: Encryption Properties describing Key Vault and Identity information.VolumeGroupUpdate.withEncryptionProperties
(EncryptionProperties encryptionProperties) Set the encryptionProperties property: Encryption Properties describing Key Vault and Identity information.