次の方法で共有


IWebSiteManagementClient.ListGeoRegionsWithHttpMessagesAsync メソッド

定義

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.GeoRegion>>> ListGeoRegionsWithHttpMessagesAsync(string 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 : string * 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.WebSites.Models.GeoRegion>>>
Public Function ListGeoRegionsWithHttpMessagesAsync (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, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of GeoRegion)))

パラメーター

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

customHeaders
Dictionary<String,List<String>>

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象