WebSpaceOperationsExtensions.ListGeoRegionsAsync(IWebSpaceOperations) Method

Definition

Get the available geo regions for this web space.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse> ListGeoRegionsAsync (this Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations operations);
static member ListGeoRegionsAsync : Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse>
<Extension()>
Public Function ListGeoRegionsAsync (operations As IWebSpaceOperations) As Task(Of WebSpacesListGeoRegionsResponse)

Parameters

operations
IWebSpaceOperations

Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.

Returns

The List Geo Regions operation response.

Applies to