次の方法で共有


WorkloadProtectableItemResource コンストラクター

定義

オーバーロード

WorkloadProtectableItemResource()

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

WorkloadProtectableItemResource(String, String, String, String, IDictionary<String,String>, String, WorkloadProtectableItem)

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

WorkloadProtectableItemResource()

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

public WorkloadProtectableItemResource ();
Public Sub New ()

適用対象

WorkloadProtectableItemResource(String, String, String, String, IDictionary<String,String>, String, WorkloadProtectableItem)

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

public WorkloadProtectableItemResource (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.Models.WorkloadProtectableItem properties = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItemResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItem -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItemResource
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 WorkloadProtectableItem = Nothing)

パラメーター

id
String

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

name
String

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

type
String

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

location
String

リソースの場所。

tags
IDictionary<String,String>

リソース タグ。

eTag
String

オプションの ETag。

properties
WorkloadProtectableItem

WorkloadProtectableItemResource プロパティ

適用対象