次の方法で共有


IWebSiteManagementClient.ListGeoRegionsWithHttpMessagesAsync メソッド

定義

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.GeoRegion>>> ListGeoRegionsWithHttpMessagesAsync (Microsoft.Azure.Management.AppService.Fluent.Models.SkuName sku = default, bool? linuxWorkersEnabled = default, bool? xenonWorkersEnabled = default, bool? linuxDynamicWorkersEnabled = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListGeoRegionsWithHttpMessagesAsync : Microsoft.Azure.Management.AppService.Fluent.Models.SkuName * Nullable<bool> * Nullable<bool> * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.GeoRegion>>>
Public Function ListGeoRegionsWithHttpMessagesAsync (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 customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of GeoRegion)))

パラメーター

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> を指定<します。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象