Uses of Class
com.azure.resourcemanager.elasticsan.models.KeyVaultProperties
Packages that use KeyVaultProperties
Package
Description
Package containing the data models for ElasticSanManagement.
-
Uses of KeyVaultProperties in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return KeyVaultPropertiesModifier and TypeMethodDescriptionstatic KeyVaultProperties
KeyVaultProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of KeyVaultProperties from the JsonReader.EncryptionProperties.keyVaultProperties()
Get the keyVaultProperties property: Properties provided by key vault.KeyVaultProperties.withKeyName
(String keyName) Set the keyName property: The name of KeyVault key.KeyVaultProperties.withKeyVaultUri
(String keyVaultUri) Set the keyVaultUri property: The Uri of KeyVault.KeyVaultProperties.withKeyVersion
(String keyVersion) Set the keyVersion property: The version of KeyVault key.Methods in com.azure.resourcemanager.elasticsan.models with parameters of type KeyVaultPropertiesModifier and TypeMethodDescriptionEncryptionProperties.withKeyVaultProperties
(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: Properties provided by key vault.