你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeletedServiceContract 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DeletedServiceContract() |
初始化 DeletedServiceContract 类的新实例。 |
DeletedServiceContract(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String) |
初始化 DeletedServiceContract 类的新实例。 |
DeletedServiceContract()
初始化 DeletedServiceContract 类的新实例。
public DeletedServiceContract ();
Public Sub New ()
适用于
DeletedServiceContract(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String)
初始化 DeletedServiceContract 类的新实例。
public DeletedServiceContract (string id = default, string name = default, string type = default, string serviceId = default, DateTime? scheduledPurgeDate = default, DateTime? deletionDate = default, string location = default);
new Microsoft.Azure.Management.ApiManagement.Models.DeletedServiceContract : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.ApiManagement.Models.DeletedServiceContract
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional serviceId As String = Nothing, Optional scheduledPurgeDate As Nullable(Of DateTime) = Nothing, Optional deletionDate As Nullable(Of DateTime) = Nothing, Optional location As String = Nothing)
参数
- id
- String
资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
资源的名称
- type
- String
资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”
- serviceId
- String
完全限定API 管理服务资源 ID
自动清除服务的 UTC 日期和时间。 日期符合 ISO 8601 标准指定的以下格式:yyyy-MM-ddTHH:mm:ssZ。
- location
- String
API 管理服务主位置。