ComputeExtensions.GetRestorePointGroups メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetRestorePointGroups(ResourceGroupResource) |
ResourceGroupResource 内の RestorePointGroupResources のコレクションを取得します。 |
GetRestorePointGroups(SubscriptionResource, CancellationToken) |
サブスクリプション内の復元ポイント コレクションの一覧を取得します。 復元ポイント コレクションの次のページを取得するには、応答で nextLink プロパティを使用します。 nextLink が null でないまで、すべての復元ポイント コレクションをフェッチするには、これを行います。
|
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 サービス要求を受け取る可能性がある のコレクション。