IHDInsightAsyncClient.ListAvailableVersionsAsync Method

Definition

Queries the versions of HDInsight that have been enabled for the subscription.

public System.Threading.Tasks.Task<System.Collections.ObjectModel.Collection<Microsoft.WindowsAzure.Management.HDInsight.HDInsightVersion>> ListAvailableVersionsAsync ();
abstract member ListAvailableVersionsAsync : unit -> System.Threading.Tasks.Task<System.Collections.ObjectModel.Collection<Microsoft.WindowsAzure.Management.HDInsight.HDInsightVersion>>
Public Function ListAvailableVersionsAsync () As Task(Of Collection(Of HDInsightVersion))

Returns

List of Windows Azure HDInsight versions.

Applies to