WebSpaceOperationsExtensions.ListGeoRegions(IWebSpaceOperations) Method

Definition

Get the available geo regions for this web space.

public static Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse ListGeoRegions (this Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations operations);
static member ListGeoRegions : Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations -> Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse
<Extension()>
Public Function ListGeoRegions (operations As IWebSpaceOperations) As WebSpacesListGeoRegionsResponse

Parameters

operations
IWebSpaceOperations

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

Returns

The List Geo Regions operation response.

Applies to