WebSpaceOperationsExtensions.ListGeoRegions Method (IWebSpaceOperations)
Get the available geo regions for this web space.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public static WebSpacesListGeoRegionsResponse ListGeoRegions(
this IWebSpaceOperations operations
)
public:
[ExtensionAttribute]
static WebSpacesListGeoRegionsResponse^ ListGeoRegions(
IWebSpaceOperations^ operations
)
static member ListGeoRegions :
operations:IWebSpaceOperations -> WebSpacesListGeoRegionsResponse
<ExtensionAttribute>
Public Shared Function ListGeoRegions (
operations As IWebSpaceOperations
) As WebSpacesListGeoRegionsResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperationsReference to the Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
Return Value
Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse
The List Geo Regions operation response.
See Also
WebSpaceOperationsExtensions Class
Microsoft.WindowsAzure Namespace
Return to top