Class ValidateSecretInput

java.lang.Object
com.microsoft.azure.management.cdn.ValidateSecretInput

public class ValidateSecretInput extends Object
Input of the secret to be validated.
  • Constructor Details

    • ValidateSecretInput

      public ValidateSecretInput()
  • Method Details

    • secretSource

      public ResourceReference secretSource()
      Get the secret source.
      Returns:
      the secretSource value
    • withSecretSource

      public ValidateSecretInput withSecretSource(ResourceReference secretSource)
      Set the secret source.
      Parameters:
      secretSource - the secretSource value to set
      Returns:
      the ValidateSecretInput object itself.
    • secretType

      public ValidateSecretType secretType()
      Get the secret type. Possible values include: 'UrlSigningKey', 'ManagedCertificate', 'CustomerCertificate'.
      Returns:
      the secretType value
    • withSecretType

      public ValidateSecretInput withSecretType(ValidateSecretType secretType)
      Set the secret type. Possible values include: 'UrlSigningKey', 'ManagedCertificate', 'CustomerCertificate'.
      Parameters:
      secretType - the secretType value to set
      Returns:
      the ValidateSecretInput object itself.