Share via


AppServiceEnvironmentsOperationsExtensions.ListWebWorkerUsages Method

Definition

Get usage metrics for a worker pool of an App Service Environment.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Usage> ListWebWorkerUsages (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName);
static member ListWebWorkerUsages : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Usage>
<Extension()>
Public Function ListWebWorkerUsages (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String) As IPage(Of Usage)

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.

workerPoolName
String

Name of the worker pool.

Returns

Remarks

Description for Get usage metrics for a worker pool of an App Service Environment.

Applies to