AppServicePlansOperationsExtensions.ListUsages Method

Definition

Gets server farm usage information

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota> ListUsages (this Microsoft.Azure.Management.WebSites.IAppServicePlansOperations operations, string resourceGroupName, string name, string filter = default);
static member ListUsages : Microsoft.Azure.Management.WebSites.IAppServicePlansOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota>
<Extension()>
Public Function ListUsages (operations As IAppServicePlansOperations, resourceGroupName As String, name As String, Optional filter As String = Nothing) As IPage(Of CsmUsageQuota)

Parameters

operations
IAppServicePlansOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Name of App Service Plan

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').

Returns

Remarks

Description for Gets server farm usage information

Applies to