LocationOperationsExtensions.List(ILocationOperations) 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.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET