MockableContainerServiceSubscriptionResource.GetManagedClusterSnapshotsAsync Method

Definition

Gets a list of managed cluster snapshots in the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedclustersnapshots
  • Operation Id: ManagedClusterSnapshots_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.ContainerService.ManagedClusterSnapshotResource> GetManagedClusterSnapshotsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedClusterSnapshotsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ContainerService.ManagedClusterSnapshotResource>
override this.GetManagedClusterSnapshotsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ContainerService.ManagedClusterSnapshotResource>
Public Overridable Function GetManagedClusterSnapshotsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ManagedClusterSnapshotResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ManagedClusterSnapshotResource that may take multiple service requests to iterate over.

Applies to