IWebSpaceOperations.ListGeoRegionsAsync(CancellationToken) Method

Definition

Get the available geo regions for this web space.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse> ListGeoRegionsAsync (System.Threading.CancellationToken cancellationToken);
abstract member ListGeoRegionsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse>
Public Function ListGeoRegionsAsync (cancellationToken As CancellationToken) As Task(Of WebSpacesListGeoRegionsResponse)

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The List Geo Regions operation response.

Applies to