public final class StaticSiteCustomDomainOverviewArmResourceProperties extends Object
| Constructor and Description |
|---|
StaticSiteCustomDomainOverviewArmResourceProperties() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
createdOn()
Get the createdOn property: The date and time on which the custom domain was created for the static site.
|
String |
domainName()
Get the domainName property: The domain name for the static site custom domain.
|
String |
errorMessage()
Get the errorMessage property: The errorMessage property.
|
CustomDomainStatus |
status()
Get the status property: The status of the custom domain.
|
void |
validate()
Validates the instance.
|
String |
validationToken()
Get the validationToken property: The TXT record validation token.
|
public StaticSiteCustomDomainOverviewArmResourceProperties()
public String domainName()
public OffsetDateTime createdOn()
public CustomDomainStatus status()
public String validationToken()
public String errorMessage()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.