Uses of Class
com.azure.resourcemanager.netapp.models.KeyVaultProperties
Packages that use KeyVaultProperties
Package
Description
Package containing the data models for NetAppManagementClient.
-
Uses of KeyVaultProperties in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return KeyVaultPropertiesModifier and TypeMethodDescriptionstatic KeyVaultProperties
KeyVaultProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of KeyVaultProperties from the JsonReader.AccountEncryption.keyVaultProperties()
Get the keyVaultProperties property: Properties provided by KeVault.KeyVaultProperties.withKeyName
(String keyName) Set the keyName property: The name of KeyVault key.KeyVaultProperties.withKeyVaultResourceId
(String keyVaultResourceId) Set the keyVaultResourceId property: The resource ID of KeyVault.KeyVaultProperties.withKeyVaultUri
(String keyVaultUri) Set the keyVaultUri property: The Uri of KeyVault.Methods in com.azure.resourcemanager.netapp.models with parameters of type KeyVaultPropertiesModifier and TypeMethodDescriptionAccountEncryption.withKeyVaultProperties
(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: Properties provided by KeVault.