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

DeletedServiceContract 类

定义

已删除API 管理服务信息。

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

构造函数

DeletedServiceContract()

初始化 DeletedServiceContract 类的新实例。

DeletedServiceContract(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String)

初始化 DeletedServiceContract 类的新实例。

属性

DeletionDate

获取或设置软删除服务时的 UTC 时间戳。 日期符合以下格式:yyyy-MM-ddTHH:mm:ssZ,由 ISO 8601 标准指定。

Id

获取资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(继承自 Resource)
Location

获取API 管理服务主位置。

Name

获取资源的名称

(继承自 Resource)
ScheduledPurgeDate

获取或设置自动清除服务的 UTC 日期和时间。 日期符合以下格式:yyyy-MM-ddTHH:mm:ssZ,由 ISO 8601 标准指定。

ServiceId

获取或设置完全限定API 管理服务资源 ID

Type

获取资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

(继承自 Resource)

适用于