次の方法で共有


ContainerServiceExtensions.GetManagedClusterSnapshots メソッド

定義

オーバーロード

GetManagedClusterSnapshots(ResourceGroupResource)

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

GetManagedClusterSnapshots(SubscriptionResource, CancellationToken)

指定したサブスクリプション内のマネージド クラスター スナップショットの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ContainerService/managedclustersnapshots
  • 操作IdManagedClusterSnapshots_List

GetManagedClusterSnapshots(ResourceGroupResource)

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

public static Azure.ResourceManager.ContainerService.ManagedClusterSnapshotCollection GetManagedClusterSnapshots (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetManagedClusterSnapshots : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ContainerService.ManagedClusterSnapshotCollection
<Extension()>
Public Function GetManagedClusterSnapshots (resourceGroupResource As ResourceGroupResource) As ManagedClusterSnapshotCollection

パラメーター

resourceGroupResource
ResourceGroupResource

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

戻り値

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

適用対象

GetManagedClusterSnapshots(SubscriptionResource, CancellationToken)

指定したサブスクリプション内のマネージド クラスター スナップショットの一覧を取得します。

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

パラメーター

subscriptionResource
SubscriptionResource

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象