次の方法で共有


AppServiceEnvironmentsOperationsExtensions.ListByResourceGroup メソッド

定義

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

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

パラメーター

operations
IAppServiceEnvironmentsOperations

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

resourceGroupName
String

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

戻り値

注釈

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

適用対象