Compartir a través de


ValidateSecretInput Clase

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

public class ValidateSecretInput

Entrada del secreto que se va a validar.

Resumen del constructor

Constructor Description
ValidateSecretInput()

Resumen del método

Modificador y tipo Método y descripción
ResourceReference secretSource()

Obtenga el origen del secreto.

ValidateSecretType secretType()

Obtenga el tipo de secreto.

ValidateSecretInput withSecretSource(ResourceReference secretSource)

Establezca el origen del secreto.

ValidateSecretInput withSecretType(ValidateSecretType secretType)

Establezca el tipo de secreto.

Métodos heredados de 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

Detalles del constructor

ValidateSecretInput

public ValidateSecretInput()

Detalles del método

secretSource

public ResourceReference secretSource()

Obtenga el origen del secreto.

Returns:

el valor secretSource

secretType

public ValidateSecretType secretType()

Obtenga el tipo de secreto. Entre los valores posibles se incluyen: "UrlSigningKey", "ManagedCertificate", "CustomerCertificate".

Returns:

el valor secretType

withSecretSource

public ValidateSecretInput withSecretSource(ResourceReference secretSource)

Establezca el origen del secreto.

Parameters:

secretSource - el valor secretSource que se va a establecer

Returns:

El propio objeto ValidateSecretInput.

withSecretType

public ValidateSecretInput withSecretType(ValidateSecretType secretType)

Establezca el tipo de secreto. Entre los valores posibles se incluyen: "UrlSigningKey", "ManagedCertificate", "CustomerCertificate".

Parameters:

secretType - el valor secretType que se va a establecer

Returns:

El propio objeto ValidateSecretInput.

Se aplica a