IHDInsightAsyncClient.ListAvailableLocationsAsync Method

Definition

Overloads

ListAvailableLocationsAsync()

Queries the locations where HDInsight has been enabled for the subscription.

ListAvailableLocationsAsync(OSType)

Queries the locations where HDInsight deployments for the specified OS type have been enabled for the subscription.

ListAvailableLocationsAsync()

Queries the locations where HDInsight has been enabled for the subscription.

public System.Threading.Tasks.Task<System.Collections.ObjectModel.Collection<string>> ListAvailableLocationsAsync ();
abstract member ListAvailableLocationsAsync : unit -> System.Threading.Tasks.Task<System.Collections.ObjectModel.Collection<string>>
Public Function ListAvailableLocationsAsync () As Task(Of Collection(Of String))

Returns

List of Windows Azure locations.

Applies to

ListAvailableLocationsAsync(OSType)

Queries the locations where HDInsight deployments for the specified OS type have been enabled for the subscription.

public System.Threading.Tasks.Task<System.Collections.ObjectModel.Collection<string>> ListAvailableLocationsAsync (Microsoft.WindowsAzure.Management.HDInsight.OSType osType);
abstract member ListAvailableLocationsAsync : Microsoft.WindowsAzure.Management.HDInsight.OSType -> System.Threading.Tasks.Task<System.Collections.ObjectModel.Collection<string>>
Public Function ListAvailableLocationsAsync (osType As OSType) As Task(Of Collection(Of String))

Parameters

osType
OSType

Returns

List of Windows Azure locations.

Applies to