共用方式為


WebSiteManagementClientExtensions.GetSubscriptionDeploymentLocationsAsync 方法

定義

取得可用地理區域加上迷你取樣的清單

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DeploymentLocationsInner> GetSubscriptionDeploymentLocationsAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient operations, System.Threading.CancellationToken cancellationToken = default);
static member GetSubscriptionDeploymentLocationsAsync : Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DeploymentLocationsInner>
<Extension()>
Public Function GetSubscriptionDeploymentLocationsAsync (operations As IWebSiteManagementClient, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentLocationsInner)

參數

operations
IWebSiteManagementClient

這個擴充方法的作業群組。

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

描述 取得可用地理區域的清單加上迷你取樣

適用於