RestorePointCollectionUpdate コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RestorePointCollectionUpdate() |
RestorePointCollectionUpdate クラスの新しいインスタンスを初期化します。 |
RestorePointCollectionUpdate(IDictionary<String,String>, RestorePointCollectionSourceProperties, String, String, IList<RestorePoint>) |
RestorePointCollectionUpdate クラスの新しいインスタンスを初期化します。 |
RestorePointCollectionUpdate()
RestorePointCollectionUpdate クラスの新しいインスタンスを初期化します。
public RestorePointCollectionUpdate ();
Public Sub New ()
適用対象
RestorePointCollectionUpdate(IDictionary<String,String>, RestorePointCollectionSourceProperties, String, String, IList<RestorePoint>)
RestorePointCollectionUpdate クラスの新しいインスタンスを初期化します。
public RestorePointCollectionUpdate (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.RestorePointCollectionUpdate : 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.RestorePointCollectionUpdate
Public Sub New (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)
パラメーター
- tags
- IDictionary<String,String>
リソース タグ
- provisioningState
- String
復元ポイント コレクションのプロビジョニング状態。
- restorePointCollectionId
- String
復元ポイント コレクションの一意の ID。
- restorePoints
- IList<RestorePoint>
この復元ポイント コレクションの下に作成されたすべての復元ポイントを含むリスト。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET