Partager via


WebAppsOperationsExtensions.ListPerfMonCountersSlot Method

Definition

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

Parameters

operations
IWebAppsOperations
resourceGroupName
String
name
String
slot
String
filter
String

Returns

Applies to