AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolInstanceMetricsAsync(IAppServiceEnvironmentsOperations, String, String, String, Nullable<Boolean>, CancellationToken) Method
Definition
Get metrics for a specific instance of a multi-role pool of an App Service Environment.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetric>> ListMultiRolePoolInstanceMetricsAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string instance, Nullable<bool> details = null, System.Threading.CancellationToken cancellationToken = null);
static member ListMultiRolePoolInstanceMetricsAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * string * Nullable<bool> * 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.
- instance
- String
Name of the instance in the multi-role pool.
Specify <code>true</code> to include instance details. The default is <code>false</code>.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
- Task<Microsoft.Rest.Azure.IPage<ResourceMetric>>
Remarks
Get metrics for a specific instance of a multi-role pool of an App Service
Environment.