StaticSiteLinkedBackendARMResourceProperties Class

StaticSiteLinkedBackendARMResource resource specific properties.

Constructor

StaticSiteLinkedBackendARMResourceProperties(*args: Any, **kwargs: Any)

Variables

Name Description
backend_resource_id
str

The resource id of the backend linked to the static site.

region
str

The region of the backend linked to the static site.

created_on

The date and time on which the backend was linked to the static site.

provisioning_state
str

The provisioning state of the linking process.

Attributes

backend_resource_id

The resource id of the backend linked to the static site.

backend_resource_id: str | None

created_on

The date and time on which the backend was linked to the static site.

created_on: datetime | None

provisioning_state

The provisioning state of the linking process.

provisioning_state: str | None

region

The region of the backend linked to the static site.

region: str | None