Aracılığıyla paylaş


DomainValidationProperties Class

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

public class DomainValidationProperties

The JSON object that contains the properties to validate a domain.

Constructor Summary

Constructor Description
DomainValidationProperties()

Method Summary

Modifier and Type Method and Description
java.lang.String expirationDate()

Get the date time that the token expires.

java.lang.String validationToken()

Get challenge used for DNS TXT record or file based validation.

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

DomainValidationProperties

public DomainValidationProperties()

Method Details

expirationDate

public String expirationDate()

Get the date time that the token expires.

Returns:

the expirationDate value

validationToken

public String validationToken()

Get challenge used for DNS TXT record or file based validation.

Returns:

the validationToken value

Applies to