次の方法で共有


AppServiceEnvironmentsOperationsExtensions.ListOperations メソッド

定義

App Service Environmentで現在実行中のすべての操作を一覧表示します。

public static System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Operation> ListOperations(this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);
static member ListOperations : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Operation>
<Extension()>
Public Function ListOperations (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As IList(Of Operation)

パラメーター

operations
IAppServiceEnvironmentsOperations

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

resourceGroupName
String

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

name
String

App Service Environmentの名前。

戻り値

注釈

「App Service Environmentで現在実行中のすべての操作を一覧表示する」の説明。

適用対象