Class DomainValidationProperties
java.lang.Object
com.microsoft.azure.management.cdn.DomainValidationProperties
The JSON object that contains the properties to validate a domain.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the date time that the token expires.Get challenge used for DNS TXT record or file based validation.
-
Constructor Details
-
DomainValidationProperties
public DomainValidationProperties()
-
-
Method Details
-
validationToken
Get challenge used for DNS TXT record or file based validation.- Returns:
- the validationToken value
-
expirationDate
Get the date time that the token expires.- Returns:
- the expirationDate value
-