StaticSiteCustomDomainOverviewARMResourceProperties Class
StaticSiteCustomDomainOverviewARMResource resource specific properties.
Constructor
StaticSiteCustomDomainOverviewARMResourceProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
domain_name
|
The domain name for the static site custom domain. |
|
created_on
|
The date and time on which the custom domain was created for the static site. |
|
status
|
The status of the custom domain. Known values are: "RetrievingValidationToken", "Validating", "Adding", "Ready", "Failed", "Deleting", and "Unhealthy". |
|
validation_token
|
The TXT record validation token. |
|
error_message
|
|
Attributes
created_on
The date and time on which the custom domain was created for the static site.
created_on: datetime | None
domain_name
The domain name for the static site custom domain.
domain_name: str | None
error_message
error_message: str | None
status
"RetrievingValidationToken", "Validating", "Adding", "Ready", "Failed", "Deleting", and "Unhealthy".
status: str | _models.CustomDomainStatus | None
validation_token
The TXT record validation token.
validation_token: str | None