LocationOperationsExtensions.List(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 Microsoft.WindowsAzure.Management.Models.LocationsListResponse List (this Microsoft.WindowsAzure.Management.ILocationOperations operations);
static member List : Microsoft.WindowsAzure.Management.ILocationOperations -> Microsoft.WindowsAzure.Management.Models.LocationsListResponse
<Extension()>
Public Function List (operations As ILocationOperations) As LocationsListResponse

Parameters

operations
ILocationOperations

Reference to the Microsoft.WindowsAzure.Management.ILocationOperations.

Returns

The List Locations operation response.

Applies to