RestorePointCollectionSourceProperties コンストラクター

定義

オーバーロード

RestorePointCollectionSourceProperties()

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

RestorePointCollectionSourceProperties(String, String)

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

RestorePointCollectionSourceProperties()

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

public RestorePointCollectionSourceProperties ();
Public Sub New ()

適用対象

RestorePointCollectionSourceProperties(String, String)

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

public RestorePointCollectionSourceProperties (string location = default, string id = default);
new Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties : string * string -> Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing)

パラメーター

location
String

この復元ポイント コレクションの作成に使用されるソース リソースの場所。

id
String

この復元ポイント コレクションの作成に使用されるソース リソースのリソース ID

適用対象