次の方法で共有


AppServicePlansOperationsExtensions.GetServerFarmSkus メソッド

定義

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

public static object GetServerFarmSkus (this Microsoft.Azure.Management.WebSites.IAppServicePlansOperations operations, string resourceGroupName, string name);
static member GetServerFarmSkus : Microsoft.Azure.Management.WebSites.IAppServicePlansOperations * string * string -> obj
<Extension()>
Public Function GetServerFarmSkus (operations As IAppServicePlansOperations, resourceGroupName As String, name As String) As Object

パラメーター

operations
IAppServicePlansOperations

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

resourceGroupName
String

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

name
String

プランの名前App Service

戻り値

注釈

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

適用対象