HDInsightContainersExtensions.GetAvailableClusterVersionsByLocationAsync Method

Definition

Returns a list of available cluster versions.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/availableClusterVersions
  • Operation Id: AvailableClusterVersions_ListByLocation
  • Default Api Version: 2023-11-01-preview
public static Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Containers.Models.HDInsightClusterVersion> GetAvailableClusterVersionsByLocationAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetAvailableClusterVersionsByLocationAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Containers.Models.HDInsightClusterVersion>
<Extension()>
Public Function GetAvailableClusterVersionsByLocationAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of HDInsightClusterVersion)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

location
AzureLocation

The name of the Azure region.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to