AppServiceEnvironmentsOperationsExtensions.ListWebWorkerUsagesAsync(IAppServiceEnvironmentsOperations, String, String, String, CancellationToken) Method
Definition
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.Usage>> ListWebWorkerUsagesAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, System.Threading.CancellationToken cancellationToken = null);
static member ListWebWorkerUsagesAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.Usage>>
Parameters
Returns
- Task<Microsoft.Rest.Azure.IPage<Usage>>
Applies to