Share via


WebSpaceOperationsExtensions.ListGeoRegionsAsync 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 Task<WebSpacesListGeoRegionsResponse> ListGeoRegionsAsync(
    this IWebSpaceOperations operations
)
public:
[ExtensionAttribute]
static Task<WebSpacesListGeoRegionsResponse^>^ ListGeoRegionsAsync(
    IWebSpaceOperations^ operations
)
static member ListGeoRegionsAsync : 
        operations:IWebSpaceOperations -> Task<WebSpacesListGeoRegionsResponse>
<ExtensionAttribute>
Public Shared Function ListGeoRegionsAsync (
    operations As IWebSpaceOperations
) As Task(Of WebSpacesListGeoRegionsResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<WebSpacesListGeoRegionsResponse>

The List Geo Regions operation response.

See Also

WebSpaceOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top