MockableContainerServiceSubscriptionResource.GetContainerServiceManagedClusters Method

Definition

Gets a list of managed clusters in the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedClusters
  • Operation Id: ManagedClusters_List
  • Default Api Version: 2023-10-01
  • Resource: ContainerServiceManagedClusterResource
public virtual Azure.Pageable<Azure.ResourceManager.ContainerService.ContainerServiceManagedClusterResource> GetContainerServiceManagedClusters (System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerServiceManagedClusters : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ContainerService.ContainerServiceManagedClusterResource>
override this.GetContainerServiceManagedClusters : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ContainerService.ContainerServiceManagedClusterResource>
Public Overridable Function GetContainerServiceManagedClusters (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ContainerServiceManagedClusterResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ContainerServiceManagedClusterResource that may take multiple service requests to iterate over.

Applies to