Partager via


WebAppsOperationsExtensions.ListPerfMonCounters Method

Definition

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

Parameters

operations
IWebAppsOperations
resourceGroupName
String
name
String
filter
String

Returns

Applies to