Class KeyVaultProperties
java.lang.Object
com.azure.resourcemanager.kusto.models.KeyVaultProperties
Properties of the key vault.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionkeyName()
Get the keyName property: The name of the key vault key.Get the keyVaultUri property: The Uri of the key vault.Get the keyVersion property: The version of the key vault key.Get the userIdentity property: The user assigned identity (ARM resource id) that has access to the key.void
validate()
Validates the instance.withKeyName
(String keyName) Set the keyName property: The name of the key vault key.withKeyVaultUri
(String keyVaultUri) Set the keyVaultUri property: The Uri of the key vault.withKeyVersion
(String keyVersion) Set the keyVersion property: The version of the key vault key.withUserIdentity
(String userIdentity) Set the userIdentity property: The user assigned identity (ARM resource id) that has access to the key.
-
Constructor Details
-
KeyVaultProperties
public KeyVaultProperties()
-
-
Method Details
-
keyName
Get the keyName property: The name of the key vault key.- Returns:
- the keyName value.
-
withKeyName
Set the keyName property: The name of the key vault key.- Parameters:
keyName
- the keyName value to set.- Returns:
- the KeyVaultProperties object itself.
-
keyVersion
Get the keyVersion property: The version of the key vault key.- Returns:
- the keyVersion value.
-
withKeyVersion
Set the keyVersion property: The version of the key vault key.- Parameters:
keyVersion
- the keyVersion value to set.- Returns:
- the KeyVaultProperties object itself.
-
keyVaultUri
Get the keyVaultUri property: The Uri of the key vault.- Returns:
- the keyVaultUri value.
-
withKeyVaultUri
Set the keyVaultUri property: The Uri of the key vault.- Parameters:
keyVaultUri
- the keyVaultUri value to set.- Returns:
- the KeyVaultProperties object itself.
-
userIdentity
Get the userIdentity property: The user assigned identity (ARM resource id) that has access to the key.- Returns:
- the userIdentity value.
-
withUserIdentity
Set the userIdentity property: The user assigned identity (ARM resource id) that has access to the key.- Parameters:
userIdentity
- the userIdentity value to set.- Returns:
- the KeyVaultProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-