IHDInsightAsyncClient.ListAvailableLocationsAsync 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
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.