Share via


StaticSiteCustomDomainOverviewARMResourcePropertiesOutput interface

StaticSiteCustomDomainOverviewARMResource resource specific properties

Properties

createdOn

The date and time on which the custom domain was created for the static site.

domainName

The domain name for the static site custom domain.

errorMessage
status

The status of the custom domain

validationToken

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