Compartir a través de


AppServiceEnvironmentsOperationsExtensions.ListOperations Método

Definición

Enumere todas las operaciones en ejecución actualmente en el 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)

Parámetros

operations
IAppServiceEnvironmentsOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos al que pertenece el recurso.

name
String

Nombre del App Service Environment.

Devoluciones

Comentarios

Descripción para Enumerar todas las operaciones en ejecución actualmente en el App Service Environment.

Se aplica a