Partager via


WebSiteManagementClientExtensions.ListGeoRegionsAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.GeoRegion>> ListGeoRegionsAsync (this Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebSiteManagementClient operations, string sku = default, bool? linuxWorkersEnabled = default, System.Threading.CancellationToken cancellationToken = default);
static member ListGeoRegionsAsync : Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebSiteManagementClient * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.GeoRegion>>
<Extension()>
Public Function ListGeoRegionsAsync (operations As IWebSiteManagementClient, Optional sku As String = Nothing, Optional linuxWorkersEnabled As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of GeoRegion))

Parameters

sku
String
linuxWorkersEnabled
Nullable<Boolean>
cancellationToken
CancellationToken

Returns

Applies to