WebSiteResource.GetPerfMonCountersAsync(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description for Gets perfmon counters for web app.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/perfcounters
- Operation Id: WebApps_ListPerfMonCounters
- Default Api Version: 2023-12-01
- Resource: WebSiteResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.PerfMonResponseInfo> GetPerfMonCountersAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPerfMonCountersAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.PerfMonResponseInfo>
override this.GetPerfMonCountersAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.PerfMonResponseInfo>
Public Overridable Function GetPerfMonCountersAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PerfMonResponseInfo)
Parameters
- filter
- String
Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(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 to use.
Returns
An async collection of PerfMonResponseInfo that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET