Share via


ServiceFabricManagedClustersExtensions.GetManagedClusterVersionsAsync Method

Definition

Gets all available code versions for Service Fabric cluster resources by ___location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{___location}/managedClusterVersions
  • Operation Id: ManagedClusterVersion_List
  • Default Api Version: 2025-03-01-preview
<item>MockingTo mock this method, please mock GetManagedClusterVersions(AzureLocation, CancellationToken) instead.</item>
public static Azure.AsyncPageable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterVersion> GetManagedClusterVersionsAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation ___location, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedClusterVersionsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterVersion>
<Extension()>
Public Function GetManagedClusterVersionsAsync (subscriptionResource As SubscriptionResource, ___location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ServiceFabricManagedClusterVersion)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

___location
AzureLocation

The ___location for the cluster code versions. This is different from cluster ___location.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to