次の方法で共有


CrrJobRequestResource コンストラクター

定義

オーバーロード

CrrJobRequestResource()

CrrJobRequestResource クラスの新しいインスタンスを初期化します。

CrrJobRequestResource(String, String, String, String, IDictionary<String,String>, String, CrrJobRequest)

CrrJobRequestResource クラスの新しいインスタンスを初期化します。

CrrJobRequestResource()

CrrJobRequestResource クラスの新しいインスタンスを初期化します。

public CrrJobRequestResource();
Public Sub New ()

適用対象

CrrJobRequestResource(String, String, String, String, IDictionary<String,String>, String, CrrJobRequest)

CrrJobRequestResource クラスの新しいインスタンスを初期化します。

public CrrJobRequestResource(string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string eTag = default, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.CrrJobRequest properties = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.CrrJobRequestResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.CrrJobRequest -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.CrrJobRequestResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional eTag As String = Nothing, Optional properties As CrrJobRequest = Nothing)

パラメーター

id
String

リソース ID は、リソースへの完全なパスを表します。

name
String

リソースに関連付けられているリソース名。

type
String

リソースの種類は、Namespace/ResourceType/ResourceType/..という形式の完全なパスを表します。

location
String

リソースの場所。

tags
IDictionary<String,String>

リソース タグ。

eTag
String

オプションの ETag。

properties
CrrJobRequest

CrrJobRequestResource プロパティ

適用対象