public class StaticSiteCustomDomainOverviewArmResourceInner extends ProxyOnlyResource
| Constructor and Description |
|---|
StaticSiteCustomDomainOverviewArmResourceInner() |
| 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.
|
StaticSiteCustomDomainOverviewArmResourceInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic StaticSiteCustomDomainOverviewArmResourceInner()
public String domainName()
public OffsetDateTime createdOn()
public CustomDomainStatus status()
public String validationToken()
public String errorMessage()
public StaticSiteCustomDomainOverviewArmResourceInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.