次の方法で共有


WebSiteManagementClientExtensions.ListGeoRegionsAsync メソッド

定義

使用可能な地理的リージョンの一覧を取得します。

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))

パラメーター

operations
IWebSiteManagementClient

この拡張メソッドの操作グループ。

sku
SkuName

リージョンのフィルター処理に使用される SKU の名前。 使用可能な値には、'Free'、'Shared'、'Basic'、'Standard'、'Premium'、'Dynamic'、'Isolated'、'PremiumV2'、'ElasticPremium'、'ElasticIsolated' などがあります。

linuxWorkersEnabled
Nullable<Boolean>

Linux ワーカーをサポートするリージョンのみにフィルターを適用する場合は、コード>true</code> を指定<します。

xenonWorkersEnabled
Nullable<Boolean>

Xenon ワーカーをサポートするリージョンのみにフィルターを適用する場合は、コード>true</code> を指定<します。

linuxDynamicWorkersEnabled
Nullable<Boolean>

Linux Consumption Worker をサポートするリージョンのみにフィルターを適用する場合は、コード>true</code> を指定<します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

「使用可能な地理的リージョンの一覧を取得する」の説明。

適用対象