次の方法で共有


ComputeExtensions.GetRestorePointGroups メソッド

定義

オーバーロード

GetRestorePointGroups(ResourceGroupResource)

ResourceGroupResource 内の RestorePointGroupResources のコレクションを取得します。

GetRestorePointGroups(SubscriptionResource, CancellationToken)

サブスクリプション内の復元ポイント コレクションの一覧を取得します。 復元ポイント コレクションの次のページを取得するには、応答で nextLink プロパティを使用します。 nextLink が null でないまで、すべての復元ポイント コレクションをフェッチするには、これを行います。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/restorePointCollections
  • 操作IdRestorePointCollections_ListAll

GetRestorePointGroups(ResourceGroupResource)

ResourceGroupResource 内の RestorePointGroupResources のコレクションを取得します。

public static Azure.ResourceManager.Compute.RestorePointGroupCollection GetRestorePointGroups (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetRestorePointGroups : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Compute.RestorePointGroupCollection
<Extension()>
Public Function GetRestorePointGroups (resourceGroupResource As ResourceGroupResource) As RestorePointGroupCollection

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行するインスタンス。

戻り値

RestorePointGroupResources のコレクションとその RestorePointGroupResource に対する操作を表す オブジェクト。

適用対象

GetRestorePointGroups(SubscriptionResource, CancellationToken)

サブスクリプション内の復元ポイント コレクションの一覧を取得します。 復元ポイント コレクションの次のページを取得するには、応答で nextLink プロパティを使用します。 nextLink が null でないまで、すべての復元ポイント コレクションをフェッチするには、これを行います。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/restorePointCollections
  • 操作IdRestorePointCollections_ListAll
public static Azure.Pageable<Azure.ResourceManager.Compute.RestorePointGroupResource> GetRestorePointGroups (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetRestorePointGroups : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.RestorePointGroupResource>
<Extension()>
Public Function GetRestorePointGroups (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RestorePointGroupResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の RestorePointGroupResource サービス要求を受け取る可能性がある のコレクション。

適用対象