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 Management サービス リソース ID
サービスが自動的に消去される UTC 日時。 日付は、ISO 8601 標準で指定されている yyyy-MM-ddTHH:mm:ssZ の形式に準拠しています。
サービスが論理的に削除されたときの UTC タイムスタンプ。 日付は、ISO 8601 標準で指定されている yyyy-MM-ddTHH:mm:ssZ の形式に準拠しています。
- location
- String
API Management サービス マスターの場所。
適用対象
Azure SDK for .NET