Class KeyVaultSecretRef

java.lang.Object
com.microsoft.azure.management.containerservice.KeyVaultSecretRef

public class KeyVaultSecretRef extends Object
Reference to a secret stored in Azure Key Vault.
  • Constructor Details

    • KeyVaultSecretRef

      public KeyVaultSecretRef()
  • Method Details

    • vaultID

      public String vaultID()
      Get key vault identifier.
      Returns:
      the vaultID value
    • withVaultID

      public KeyVaultSecretRef withVaultID(String vaultID)
      Set key vault identifier.
      Parameters:
      vaultID - the vaultID value to set
      Returns:
      the KeyVaultSecretRef object itself.
    • secretName

      public String secretName()
      Get the secret name.
      Returns:
      the secretName value
    • withSecretName

      public KeyVaultSecretRef withSecretName(String secretName)
      Set the secret name.
      Parameters:
      secretName - the secretName value to set
      Returns:
      the KeyVaultSecretRef object itself.
    • version

      public String version()
      Get the secret version.
      Returns:
      the version value
    • withVersion

      public KeyVaultSecretRef withVersion(String version)
      Set the secret version.
      Parameters:
      version - the version value to set
      Returns:
      the KeyVaultSecretRef object itself.