Class KeyVaultParameterReference

java.lang.Object
com.azure.resourcemanager.resources.models.KeyVaultParameterReference

public final class KeyVaultParameterReference extends Object
Azure Key Vault parameter reference.
  • Constructor Details

    • KeyVaultParameterReference

      public KeyVaultParameterReference()
      Creates an instance of KeyVaultParameterReference class.
  • Method Details

    • keyVault

      public KeyVaultReference keyVault()
      Get the keyVault property: Azure Key Vault reference.
      Returns:
      the keyVault value.
    • withKeyVault

      public KeyVaultParameterReference withKeyVault(KeyVaultReference keyVault)
      Set the keyVault property: Azure Key Vault reference.
      Parameters:
      keyVault - the keyVault value to set.
      Returns:
      the KeyVaultParameterReference object itself.
    • secretName

      public String secretName()
      Get the secretName property: Azure Key Vault secret name.
      Returns:
      the secretName value.
    • withSecretName

      public KeyVaultParameterReference withSecretName(String secretName)
      Set the secretName property: Azure Key Vault secret name.
      Parameters:
      secretName - the secretName value to set.
      Returns:
      the KeyVaultParameterReference object itself.
    • secretVersion

      public String secretVersion()
      Get the secretVersion property: Azure Key Vault secret version.
      Returns:
      the secretVersion value.
    • withSecretVersion

      public KeyVaultParameterReference withSecretVersion(String secretVersion)
      Set the secretVersion property: Azure Key Vault secret version.
      Parameters:
      secretVersion - the secretVersion value to set.
      Returns:
      the KeyVaultParameterReference object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.