ValidateSecretInput Class
- java.
lang. Object - com.
microsoft. azure. management. cdn. ValidateSecretInput
- com.
public class ValidateSecretInput
Input of the secret to be validated.
Constructor Summary
Constructor | Description | |
---|---|---|
ValidateSecretInput() |
Method Summary
Modifier and Type | Method and Description |
---|---|
Resource |
secretSource()
Get the secret source. |
Validate |
secretType()
Get the secret type. |
Validate |
withSecretSource(ResourceReference secretSource)
Set the secret source. |
Validate |
withSecretType(ValidateSecretType secretType)
Set the secret type. |
Methods inherited from java.lang.Object
Constructor Details
ValidateSecretInput
public ValidateSecretInput()
Method Details
secretSource
public ResourceReference secretSource()
Get the secret source.
Returns:
secretType
public ValidateSecretType secretType()
Get the secret type. Possible values include: 'UrlSigningKey', 'ManagedCertificate', 'CustomerCertificate'.
Returns:
withSecretSource
public ValidateSecretInput withSecretSource(ResourceReference secretSource)
Set the secret source.
Parameters:
Returns:
withSecretType
public ValidateSecretInput withSecretType(ValidateSecretType secretType)
Set the secret type. Possible values include: 'UrlSigningKey', 'ManagedCertificate', 'CustomerCertificate'.
Parameters:
Returns:
Applies to
Azure SDK for Java