次の方法で共有


WebSiteManagementClientExtensions.ListGeoRegions メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.GeoRegion> ListGeoRegions(this Microsoft.Azure.Management.WebSites.IWebSiteManagementClient operations, string sku = default, bool? linuxWorkersEnabled = default, bool? xenonWorkersEnabled = default, bool? linuxDynamicWorkersEnabled = default);
static member ListGeoRegions : Microsoft.Azure.Management.WebSites.IWebSiteManagementClient * string * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.GeoRegion>
<Extension()>
Public Function ListGeoRegions (operations As IWebSiteManagementClient, Optional sku As String = Nothing, Optional linuxWorkersEnabled As Nullable(Of Boolean) = Nothing, Optional xenonWorkersEnabled As Nullable(Of Boolean) = Nothing, Optional linuxDynamicWorkersEnabled As Nullable(Of Boolean) = Nothing) As IPage(Of GeoRegion)

パラメーター

operations
IWebSiteManagementClient

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

sku
String

リージョンのフィルター処理に使用される SKU の名前。 指定できる値は、'Free'、'Shared'、'Basic'、'Standard'、'Premium'、'Dynamic'、'Isolated'、'IsolatedV2'、'PremiumV2'、'PremiumV3'、'PremiumContainer'、'ElasticPremium'、'ElasticIsolated' です。

linuxWorkersEnabled
Nullable<Boolean>

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

xenonWorkersEnabled
Nullable<Boolean>

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

linuxDynamicWorkersEnabled
Nullable<Boolean>

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

戻り値

注釈

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

適用対象