IHDInsightSyncClient.ListAvailableLocations Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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. |
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>
Public Function ListAvailableLocations () As Collection(Of String)
Returns
List of Windows Azure locations.
Applies to
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>
Public Function ListAvailableLocations (osType As OSType) As Collection(Of String)
Parameters
- osType
- OSType
Returns
List of Windows Azure locations.
Applies to
Azure SDK for .NET