LocationOperationsExtensions.ListAsync(ILocationOperations) Method

Definition

The List Locations operation lists all of the data center locations that are valid for your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg441293.aspx for more information)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.LocationsListResponse> ListAsync (this Microsoft.WindowsAzure.Management.ILocationOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.ILocationOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.LocationsListResponse>
<Extension()>
Public Function ListAsync (operations As ILocationOperations) As Task(Of LocationsListResponse)

Parameters

operations
ILocationOperations

Reference to the Microsoft.WindowsAzure.Management.ILocationOperations.

Returns

The List Locations operation response.

Applies to