次の方法で共有


WebSiteManagementClientExtensions.GetSubscriptionDeploymentLocationsAsync メソッド

定義

使用可能な geo リージョンとミニサンプルの一覧を取得します

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

パラメーター

operations
IWebSiteManagementClient

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

「使用可能な geo リージョンとミニサンプルの一覧を取得する」の説明

適用対象