次の方法で共有


RecoveryPointResource コンストラクター

定義

オーバーロード

RecoveryPointResource()

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

RecoveryPointResource(String, String, String, String, IDictionary<String,String>, String, RecoveryPoint)

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

RecoveryPointResource()

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

public RecoveryPointResource ();
Public Sub New ()

適用対象

RecoveryPointResource(String, String, String, String, IDictionary<String,String>, String, RecoveryPoint)

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

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

パラメーター

id
String

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

name
String

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

type
String

リソースの種類は、Namespace/ResourceType/ResourceType/..フォームの完全なパスを表します。

location
String

リソースの場所。

tags
IDictionary<String,String>

リソース タグ。

eTag
String

オプションの ETag。

properties
RecoveryPoint

RecoveryPointResource プロパティ

適用対象