Uses of Class
com.azure.resourcemanager.automation.models.KeyVaultProperties
Packages that use KeyVaultProperties
Package
Description
Package containing the data models for AutomationClient.
-
Uses of KeyVaultProperties in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.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: Key vault properties.KeyVaultProperties.withKeyName
(String keyName) Set the keyName property: The name of key used to encrypt data.KeyVaultProperties.withKeyvaultUri
(String keyvaultUri) Set the keyvaultUri property: The URI of the key vault key used to encrypt data.KeyVaultProperties.withKeyVersion
(String keyVersion) Set the keyVersion property: The key version of the key used to encrypt data.Methods in com.azure.resourcemanager.automation.models with parameters of type KeyVaultPropertiesModifier and TypeMethodDescriptionEncryptionProperties.withKeyVaultProperties
(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: Key vault properties.