次の方法で共有


RestorePointCollection クラス

定義

のコレクション RestorePointResource とその操作を表すクラス。 コレクション内の各 RestorePointResource は、 の同じインスタンス RestorePointGroupResourceに属します。 インスタンスを RestorePointCollection 取得するには、 のインスタンス RestorePointGroupResourceから GetRestorePoints メソッドを呼び出します。

public class RestorePointCollection : Azure.ResourceManager.ArmCollection
type RestorePointCollection = class
    inherit ArmCollection
Public Class RestorePointCollection
Inherits ArmCollection
継承
RestorePointCollection

コンストラクター

RestorePointCollection()

モック作成のために クラスの RestorePointCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, RestorePointData, CancellationToken)

復元ポイントを作成する操作。 既存の復元ポイントのプロパティの更新は許可されていません

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName}
  • 操作IdRestorePoints_Create
CreateOrUpdateAsync(WaitUntil, String, RestorePointData, CancellationToken)

復元ポイントを作成する操作。 既存の復元ポイントのプロパティの更新は許可されていません

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName}
  • 操作IdRestorePoints_Create
Exists(String, Nullable<RestorePointExpand>, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName}
  • 操作IdRestorePoints_Get
ExistsAsync(String, Nullable<RestorePointExpand>, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName}
  • 操作IdRestorePoints_Get
Get(String, Nullable<RestorePointExpand>, CancellationToken)

復元ポイントを取得する操作。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName}
  • 操作IdRestorePoints_Get
GetAsync(String, Nullable<RestorePointExpand>, CancellationToken)

復元ポイントを取得する操作。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName}
  • 操作IdRestorePoints_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

適用対象