次の方法で共有


RestorePointGroupCollection クラス

定義

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

public class RestorePointGroupCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Compute.RestorePointGroupResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.RestorePointGroupResource>
type RestorePointGroupCollection = class
    inherit ArmCollection
    interface seq<RestorePointGroupResource>
    interface IEnumerable
    interface IAsyncEnumerable<RestorePointGroupResource>
Public Class RestorePointGroupCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of RestorePointGroupResource), IEnumerable(Of RestorePointGroupResource)
継承
RestorePointGroupCollection
実装

コンストラクター

RestorePointGroupCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, RestorePointGroupData, CancellationToken)

復元ポイント コレクションを作成または更新する操作。 詳細については、 を https://aka.ms/RestorePoints 参照してください。 復元ポイント コレクションを更新する場合は、タグのみを変更できます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}
  • 操作IdRestorePointCollections_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, RestorePointGroupData, CancellationToken)

復元ポイント コレクションを作成または更新する操作。 詳細については、 を https://aka.ms/RestorePoints 参照してください。 復元ポイント コレクションを更新する場合は、タグのみを変更できます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}
  • 操作IdRestorePointCollections_CreateOrUpdate
Exists(String, Nullable<RestorePointGroupExpand>, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}
  • 操作IdRestorePointCollections_Get
ExistsAsync(String, Nullable<RestorePointGroupExpand>, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}
  • 操作IdRestorePointCollections_Get
Get(String, Nullable<RestorePointGroupExpand>, CancellationToken)

復元ポイント コレクションを取得する操作。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}
  • 操作IdRestorePointCollections_Get
GetAll(CancellationToken)

リソース グループ内の復元ポイント コレクションの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections
  • 操作IdRestorePointCollections_List
GetAllAsync(CancellationToken)

リソース グループ内の復元ポイント コレクションの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections
  • 操作IdRestorePointCollections_List
GetAsync(String, Nullable<RestorePointGroupExpand>, CancellationToken)

復元ポイント コレクションを取得する操作。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}
  • 操作IdRestorePointCollections_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<RestorePointGroupResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<RestorePointGroupResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象