Freigeben über


MockableServiceFabricManagedClustersSubscriptionResource.GetServiceFabricManagedClustersAsync Method

Definition

Gets all Service Fabric cluster resources created or in the process of being created in the subscription.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/managedClusters.
  • Operation Id. : ManagedClusters_ListBySubscription.
  • Default Api Version. : 2026-02-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedClusterResource> GetServiceFabricManagedClustersAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetServiceFabricManagedClustersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedClusterResource>
override this.GetServiceFabricManagedClustersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedClusterResource>
Public Overridable Function GetServiceFabricManagedClustersAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ServiceFabricManagedClusterResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to