Class ValidateSecretInput
java.lang.Object
com.microsoft.azure.management.cdn.ValidateSecretInput
Input of the secret to be validated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the secret source.Get the secret type.withSecretSource
(ResourceReference secretSource) Set the secret source.withSecretType
(ValidateSecretType secretType) Set the secret type.
-
Constructor Details
-
ValidateSecretInput
public ValidateSecretInput()
-
-
Method Details
-
secretSource
Get the secret source.- Returns:
- the secretSource value
-
withSecretSource
Set the secret source.- Parameters:
secretSource
- the secretSource value to set- Returns:
- the ValidateSecretInput object itself.
-
secretType
Get the secret type. Possible values include: 'UrlSigningKey', 'ManagedCertificate', 'CustomerCertificate'.- Returns:
- the secretType value
-
withSecretType
Set the secret type. Possible values include: 'UrlSigningKey', 'ManagedCertificate', 'CustomerCertificate'.- Parameters:
secretType
- the secretType value to set- Returns:
- the ValidateSecretInput object itself.
-