Share via


IWebSpaceOperations.ListGeoRegionsAsync Method (CancellationToken)

 

Asynchronously retrieves the available geo-regions for the web space.

Namespace:   Microsoft.WindowsAzure.Management.WebSites
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

Task<WebSpacesListGeoRegionsResponse> ListGeoRegionsAsync(
    CancellationToken cancellationToken
)
Task<WebSpacesListGeoRegionsResponse^>^ ListGeoRegionsAsync(
    CancellationToken cancellationToken
)
abstract ListGeoRegionsAsync : 
        cancellationToken:CancellationToken -> Task<WebSpacesListGeoRegionsResponse>
Function ListGeoRegionsAsync (
    cancellationToken As CancellationToken
) As Task(Of WebSpacesListGeoRegionsResponse)

Parameters

Return Value

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

An WebSpacesListGeoRegionsResponse object that contains the available geo-regions.

See Also

IWebSpaceOperations Interface
Microsoft.WindowsAzure.Management.WebSites Namespace

Return to top