HDInsightClient.ListAvailableLocations Method

Definition

Overloads

ListAvailableLocations(OSType)

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

ListAvailableLocations()

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

ListAvailableLocations(OSType)

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

public System.Collections.ObjectModel.Collection<string> ListAvailableLocations (Microsoft.WindowsAzure.Management.HDInsight.OSType osType);
abstract member ListAvailableLocations : Microsoft.WindowsAzure.Management.HDInsight.OSType -> System.Collections.ObjectModel.Collection<string>
override this.ListAvailableLocations : Microsoft.WindowsAzure.Management.HDInsight.OSType -> System.Collections.ObjectModel.Collection<string>
Public Function ListAvailableLocations (osType As OSType) As Collection(Of String)

Parameters

osType
OSType

Returns

List of Windows Azure locations.

Implements

Applies to

ListAvailableLocations()

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

public System.Collections.ObjectModel.Collection<string> ListAvailableLocations ();
abstract member ListAvailableLocations : unit -> System.Collections.ObjectModel.Collection<string>
override this.ListAvailableLocations : unit -> System.Collections.ObjectModel.Collection<string>
Public Function ListAvailableLocations () As Collection(Of String)

Returns

List of Windows Azure locations.

Implements

Applies to