RestorePointCollectionUpdate クラス

定義

復元ポイントのコレクション パラメーターを更新します。

[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 クラスの新しいインスタンスを初期化します。

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

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

プロパティ

ProvisioningState

復元ポイント コレクションのプロビジョニング状態を取得します。

RestorePointCollectionId

復元ポイント コレクションの一意の ID を取得します。

RestorePoints

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

Source

復元ポイントのコレクション パラメーターを更新します。

Tags

リソース タグを取得または設定します

(継承元 UpdateResource)

適用対象