Class KeyVaultSecretReference

java.lang.Object
com.microsoft.azure.management.batchai.KeyVaultSecretReference

public class KeyVaultSecretReference extends Object
Key Vault Secret reference.
  • Constructor Details

    • KeyVaultSecretReference

      public KeyVaultSecretReference()
  • Method Details

    • sourceVault

      public ResourceId sourceVault()
      Get fully qualified resource indentifier of the Key Vault.
      Returns:
      the sourceVault value
    • withSourceVault

      public KeyVaultSecretReference withSourceVault(ResourceId sourceVault)
      Set fully qualified resource indentifier of the Key Vault.
      Parameters:
      sourceVault - the sourceVault value to set
      Returns:
      the KeyVaultSecretReference object itself.
    • secretUrl

      public String secretUrl()
      Get the URL referencing a secret in the Key Vault.
      Returns:
      the secretUrl value
    • withSecretUrl

      public KeyVaultSecretReference withSecretUrl(String secretUrl)
      Set the URL referencing a secret in the Key Vault.
      Parameters:
      secretUrl - the secretUrl value to set
      Returns:
      the KeyVaultSecretReference object itself.