StaticSiteCustomDomainOverviewARMResourcePropertiesOutput interface
StaticSiteCustomDomainOverviewARMResource resource specific properties
Properties
| created |
The date and time on which the custom domain was created for the static site. |
| domain |
The domain name for the static site custom domain. |
| error |
|
| status | The status of the custom domain |
| validation |
The TXT record validation token |
Property Details
createdOn
The date and time on which the custom domain was created for the static site.
createdOn?: string
Property Value
string
domainName
The domain name for the static site custom domain.
domainName?: string
Property Value
string
errorMessage
errorMessage?: string
Property Value
string
status
The status of the custom domain
status?: "Failed" | "Deleting" | "Ready" | "RetrievingValidationToken" | "Validating" | "Adding"
Property Value
"Failed" | "Deleting" | "Ready" | "RetrievingValidationToken" | "Validating" | "Adding"
validationToken
The TXT record validation token
validationToken?: string
Property Value
string