Class KeyVaultProperties
java.lang.Object
com.microsoft.azure.management.storage.KeyVaultProperties
Properties of key vault.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the object identifier of the current versioned Key Vault Key in use.keyName()
Get the name of KeyVault key.Get the Uri of KeyVault.Get the version of KeyVault key.org.joda.time.DateTime
Get timestamp of last rotation of the Key Vault Key.withKeyName
(String keyName) Set the name of KeyVault key.withKeyVaultUri
(String keyVaultUri) Set the Uri of KeyVault.withKeyVersion
(String keyVersion) Set the version of KeyVault key.
-
Constructor Details
-
KeyVaultProperties
public KeyVaultProperties()
-
-
Method Details
-
keyName
Get the name of KeyVault key.- Returns:
- the keyName value
-
withKeyName
Set the name of KeyVault key.- Parameters:
keyName
- the keyName value to set- Returns:
- the KeyVaultProperties object itself.
-
keyVersion
Get the version of KeyVault key.- Returns:
- the keyVersion value
-
withKeyVersion
Set the version of KeyVault key.- Parameters:
keyVersion
- the keyVersion value to set- Returns:
- the KeyVaultProperties object itself.
-
keyVaultUri
Get the Uri of KeyVault.- Returns:
- the keyVaultUri value
-
withKeyVaultUri
Set the Uri of KeyVault.- Parameters:
keyVaultUri
- the keyVaultUri value to set- Returns:
- the KeyVaultProperties object itself.
-
currentVersionedKeyIdentifier
Get the object identifier of the current versioned Key Vault Key in use.- Returns:
- the currentVersionedKeyIdentifier value
-
lastKeyRotationTimestamp
public org.joda.time.DateTime lastKeyRotationTimestamp()Get timestamp of last rotation of the Key Vault Key.- Returns:
- the lastKeyRotationTimestamp value
-