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

DeletedSite 类

定义

已删除的应用。

[Microsoft.Rest.Serialization.JsonTransformation]
public class DeletedSite : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DeletedSite = class
    inherit ProxyOnlyResource
Public Class DeletedSite
Inherits ProxyOnlyResource
继承
属性

构造函数

DeletedSite()

初始化 DeletedSite 类的新实例。

DeletedSite(String, String, String, String, Nullable<Int32>, String, String, String, String, String, String, String)

初始化 DeletedSite 类的新实例。

属性

DeletedSiteId

获取已删除站点的数字 ID

DeletedSiteKind

获取已删除的网站类型

DeletedSiteName

获取已删除网站的名称

DeletedTimestamp

获取删除应用的时间(UTC)。

GeoRegionName

获取已删除站点的地理区域

Id

获取资源 ID。

(继承自 ProxyOnlyResource)
Kind

获取或设置资源类型。

(继承自 ProxyOnlyResource)
Name

获取资源名称。

(继承自 ProxyOnlyResource)
ResourceGroup

获取包含已删除网站的 resourceGroup

Slot

获取已删除网站的槽

Subscription

获取包含已删除网站的订阅

Type

获取资源类型。

(继承自 ProxyOnlyResource)

适用于