次の方法で共有


ProtectionIntentResource コンストラクター

定義

オーバーロード

ProtectionIntentResource()

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

ProtectionIntentResource(String, String, String, String, IDictionary<String,String>, String, ProtectionIntent)

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

ProtectionIntentResource()

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

public ProtectionIntentResource();
Public Sub New ()

適用対象

ProtectionIntentResource(String, String, String, String, IDictionary<String,String>, String, ProtectionIntent)

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

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

パラメーター

id
String

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

name
String

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

type
String

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

location
String

リソースの場所。

tags
IDictionary<String,String>

リソース タグ。

eTag
String

オプションの ETag。

properties
ProtectionIntent

ProtectionIntentResource プロパティ

適用対象