ValidateSecretInput Class

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

public class ValidateSecretInput

Input of the secret to be validated.

Constructor Summary

Constructor Description
ValidateSecretInput()

Method Summary

Modifier and Type Method and Description
ResourceReference secretSource()

Get the secret source.

ValidateSecretType secretType()

Get the secret type.

ValidateSecretInput withSecretSource(ResourceReference secretSource)

Set the secret source.

ValidateSecretInput withSecretType(ValidateSecretType secretType)

Set the secret type.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ValidateSecretInput

public ValidateSecretInput()

Method Details

secretSource

public ResourceReference secretSource()

Get the secret source.

Returns:

the secretSource value

secretType

public ValidateSecretType secretType()

Get the secret type. Possible values include: 'UrlSigningKey', 'ManagedCertificate', 'CustomerCertificate'.

Returns:

the secretType value

withSecretSource

public ValidateSecretInput withSecretSource(ResourceReference secretSource)

Set the secret source.

Parameters:

secretSource - the secretSource value to set

Returns:

the ValidateSecretInput object itself.

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.

Applies to