次の方法で共有


AppServicePlansOperationsExtensions.GetServerFarmSkusAsync メソッド

定義

特定のApp Service プランに対して選択可能なすべての SKU を取得します

public static System.Threading.Tasks.Task<object> GetServerFarmSkusAsync(this Microsoft.Azure.Management.WebSites.IAppServicePlansOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);
static member GetServerFarmSkusAsync : Microsoft.Azure.Management.WebSites.IAppServicePlansOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<obj>
<Extension()>
Public Function GetServerFarmSkusAsync (operations As IAppServicePlansOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Object)

パラメーター

operations
IAppServicePlansOperations

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

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

プランの名前App Service

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

[説明] 特定のApp Service プランで選択可能なすべての SKU を取得します

適用対象