你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeletedSiteProperties Class

DeletedSite resource specific properties.

Constructor

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

Variables

Name Description
deleted_site_id
int

Numeric id for the deleted site.

deleted_timestamp
str

Time in UTC when the app was deleted.

subscription
str

Subscription containing the deleted site.

resource_group
str

ResourceGroup that contained the deleted site.

deleted_site_name
str

Name of the deleted site.

slot
str

Slot of the deleted site.

kind
str

Kind of site that was deleted.

geo_region_name
str

Geo Region of the deleted site.

Attributes

deleted_site_id

Numeric id for the deleted site.

deleted_site_id: int | None

deleted_site_name

Name of the deleted site.

deleted_site_name: str | None

deleted_timestamp

Time in UTC when the app was deleted.

deleted_timestamp: str | None

geo_region_name

Geo Region of the deleted site.

geo_region_name: str | None

kind

Kind of site that was deleted.

kind: str | None

resource_group

ResourceGroup that contained the deleted site.

resource_group: str | None

slot

Slot of the deleted site.

slot: str | None

subscription

Subscription containing the deleted site.

subscription: str | None