次の方法で共有


RestorePointCollection コンストラクター

定義

オーバーロード

RestorePointCollection()

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

RestorePointCollection(String, String, String, String, IDictionary<String, String>, RestorePointCollectionSourceProperties, String, String, IList<RestorePoint>)

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

RestorePointCollection()

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

public RestorePointCollection ();
Public Sub New ()

適用対象

RestorePointCollection(String, String, String, String, IDictionary<String, String>, RestorePointCollectionSourceProperties, String, String, IList<RestorePoint>)

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

public RestorePointCollection (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties source = default, string provisioningState = default, string restorePointCollectionId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.RestorePoint> restorePoints = default);
new Microsoft.Azure.Management.Compute.Models.RestorePointCollection : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.RestorePoint> -> Microsoft.Azure.Management.Compute.Models.RestorePointCollection
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional source As RestorePointCollectionSourceProperties = Nothing, Optional provisioningState As String = Nothing, Optional restorePointCollectionId As String = Nothing, Optional restorePoints As IList(Of RestorePoint) = Nothing)

パラメーター

location
String

リソースの場所

id
String

リソース ID

name
String

リソース名

type
String

リソースの種類

tags
IDictionary<String,String>

リソース タグ

provisioningState
String

復元ポイント コレクションのプロビジョニング状態。

restorePointCollectionId
String

復元ポイント コレクションの一意の ID。

restorePoints
IList<RestorePoint>

この復元ポイント コレクションの下に作成されたすべての復元ポイントを含むリスト。

適用対象