次の方法で共有


AppServiceEnvironmentsOperationsExtensions.List メソッド

定義

サブスクリプションのすべてのApp Service環境を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource> List (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations);
static member List : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>
<Extension()>
Public Function List (operations As IAppServiceEnvironmentsOperations) As IPage(Of AppServiceEnvironmentResource)

パラメーター

operations
IAppServiceEnvironmentsOperations

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

戻り値

注釈

サブスクリプションのすべてのApp Service環境の取得に関する説明。

適用対象