次の方法で共有


RestorePointGroupPatch クラス

定義

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

public class RestorePointGroupPatch : Azure.ResourceManager.Compute.Models.ComputeResourcePatch
type RestorePointGroupPatch = class
    inherit ComputeResourcePatch
Public Class RestorePointGroupPatch
Inherits ComputeResourcePatch
継承
RestorePointGroupPatch

コンストラクター

RestorePointGroupPatch()

RestorePointGroupPatch の新しいインスタンスを初期化します。

プロパティ

ProvisioningState

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

RestorePointGroupId

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

RestorePoints

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

Source

この復元ポイント コレクションの作成元となるソース リソースのプロパティ。

Tags

リソース タグ。

(継承元 ComputeResourcePatch)

適用対象