次の方法で共有


AppServicePlansOperationsExtensions.ListByResourceGroup メソッド

定義

リソース グループ内のすべてのApp Serviceプランを取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServicePlan> ListByResourceGroup (this Microsoft.Azure.Management.WebSites.IAppServicePlansOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.WebSites.IAppServicePlansOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServicePlan>
<Extension()>
Public Function ListByResourceGroup (operations As IAppServicePlansOperations, resourceGroupName As String) As IPage(Of AppServicePlan)

パラメーター

operations
IAppServicePlansOperations

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

resourceGroupName
String

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

戻り値

注釈

「リソース グループ内のすべてのApp Serviceプランを取得する」の説明。

適用対象