RestorePointCollectionUpdate クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
復元ポイントのコレクション パラメーターを更新します。
[Microsoft.Rest.Serialization.JsonTransformation]
public class RestorePointCollectionUpdate : Microsoft.Azure.Management.Compute.Models.UpdateResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RestorePointCollectionUpdate = class
inherit UpdateResource
Public Class RestorePointCollectionUpdate
Inherits UpdateResource
- 継承
- 属性
コンストラクター
RestorePointCollectionUpdate() |
RestorePointCollectionUpdate クラスの新しいインスタンスを初期化します。 |
RestorePointCollectionUpdate(IDictionary<String,String>, RestorePointCollectionSourceProperties, String, String, IList<RestorePoint>) |
RestorePointCollectionUpdate クラスの新しいインスタンスを初期化します。 |
プロパティ
ProvisioningState |
復元ポイント コレクションのプロビジョニング状態を取得します。 |
RestorePointCollectionId |
復元ポイント コレクションの一意の ID を取得します。 |
RestorePoints |
この復元ポイント コレクションの下に作成されたすべての復元ポイントを含むリストを取得します。 |
Source |
復元ポイントのコレクション パラメーターを更新します。 |
Tags |
リソース タグを取得または設定します (継承元 UpdateResource) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET