다음을 통해 공유


WebSiteManagementClient.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>>>
override this.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</코드를> 지정<합니다.

linuxDynamicWorkersEnabled
Nullable<Boolean>

Linux 소비 작업자를 지원하는 지역으로만 필터링하려면 코드>true</코드를> 지정<합니다.

customHeaders
Dictionary<String,List<String>>

요청에 추가될 헤더입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

구현

예외

작업이 잘못된 상태 코드를 반환할 때 throw됨

응답을 역직렬화할 수 없을 때 throw됨

필수 매개 변수가 null일 때 throw됨

필수 매개 변수가 null일 때 throw됨

설명

사용 가능한 지리적 지역 목록 가져오기에 대한 설명입니다.

적용 대상