Class KeyVaultKeyReference

java.lang.Object
com.microsoft.azure.management.compute.KeyVaultKeyReference

public class KeyVaultKeyReference extends Object
Describes a reference to Key Vault Key.
  • Constructor Details

    • KeyVaultKeyReference

      public KeyVaultKeyReference()
  • Method Details

    • keyUrl

      public String keyUrl()
      Get the URL referencing a key encryption key in Key Vault.
      Returns:
      the keyUrl value
    • withKeyUrl

      public KeyVaultKeyReference withKeyUrl(String keyUrl)
      Set the URL referencing a key encryption key in Key Vault.
      Parameters:
      keyUrl - the keyUrl value to set
      Returns:
      the KeyVaultKeyReference object itself.
    • sourceVault

      public com.microsoft.azure.SubResource sourceVault()
      Get the relative URL of the Key Vault containing the key.
      Returns:
      the sourceVault value
    • withSourceVault

      public KeyVaultKeyReference withSourceVault(com.microsoft.azure.SubResource sourceVault)
      Set the relative URL of the Key Vault containing the key.
      Parameters:
      sourceVault - the sourceVault value to set
      Returns:
      the KeyVaultKeyReference object itself.