Uses of Class
com.microsoft.azure.management.appservice.PerfMonSet
Packages that use PerfMonSet
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of PerfMonSet in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return PerfMonSetModifier and TypeMethodDescriptionPerfMonSet.withEndTime
(org.joda.time.DateTime endTime) Set end time of the period.Set unique key name of the counter.PerfMonSet.withStartTime
(org.joda.time.DateTime startTime) Set start time of the period.PerfMonSet.withTimeGrain
(String timeGrain) Set presented time grain.PerfMonSet.withValues
(List<PerfMonSample> values) Set collection of workers that are active during this time.