AppServiceEnvironmentsOperationsExtensions.ListWebWorkerMetricsAsync(IAppServiceEnvironmentsOperations, String, String, String, Nullable<Boolean>, String, CancellationToken) Method
Definition
Get metrics for a worker pool of a AppServiceEnvironment (App Service Environment).
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetric>> ListWebWorkerMetricsAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, Nullable<bool> details = null, string filter = null, System.Threading.CancellationToken cancellationToken = null);
static member ListWebWorkerMetricsAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * string * Nullable<bool> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetric>>
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 worker pool
Specify <code>true</code> to include instance details. The default is <code>false</code>.
- filter
- String
Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
- Task<Microsoft.Rest.Azure.IPage<ResourceMetric>>
Remarks
Get metrics for a worker pool of a AppServiceEnvironment (App Service
Environment).