AppServiceEnvironmentsOperationsExtensions.ListOperationsAsync(IAppServiceEnvironmentsOperations, String, String, CancellationToken) Method
Definition
List all currently running operations on the App Service Environment.
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.OperationInner>> ListOperationsAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = null);
static member ListOperationsAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.OperationInner>>
Parameters
- operations
- IAppServiceEnvironmentsOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group to which the resource belongs.
- name
- String
Name of the App Service Environment.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
List all currently running operations on the App Service Environment.