WebSiteManagementClientExtensions.ListGeoRegionsAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobierz listę dostępnych regionów geograficznych.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.GeoRegion>> ListGeoRegionsAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient operations, Microsoft.Azure.Management.AppService.Fluent.Models.SkuName sku = default, bool? linuxWorkersEnabled = default, bool? xenonWorkersEnabled = default, bool? linuxDynamicWorkersEnabled = default, System.Threading.CancellationToken cancellationToken = default);
static member ListGeoRegionsAsync : Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient * Microsoft.Azure.Management.AppService.Fluent.Models.SkuName * Nullable<bool> * Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.GeoRegion>>
<Extension()>
Public Function ListGeoRegionsAsync (operations As IWebSiteManagementClient, Optional sku As SkuName = Nothing, Optional linuxWorkersEnabled As Nullable(Of Boolean) = Nothing, Optional xenonWorkersEnabled As Nullable(Of Boolean) = Nothing, Optional linuxDynamicWorkersEnabled As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of GeoRegion))
Parametry
- operations
- IWebSiteManagementClient
Grupa operacji dla tej metody rozszerzenia.
- sku
- SkuName
Nazwa jednostki SKU używanej do filtrowania regionów. Możliwe wartości to: "Free", "Shared", "Basic", "Standard", "Premium", "Dynamic", "Isolated", "PremiumV2", "ElasticPremium", "ElasticIsolated"
Określ <wartość true</code kodu>>, jeśli chcesz filtrować tylko regiony obsługujące procesy robocze systemu Linux.
Określ <wartość true</code kodu>>, jeśli chcesz filtrować tylko regiony obsługujące procesy robocze Xenon.
Określ <wartość true</code kodu>>, jeśli chcesz filtrować tylko regiony obsługujące procesy robocze zużycie systemu Linux.
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Uwagi
Opis pobierania listy dostępnych regionów geograficznych.
Dotyczy
Azure SDK for .NET