Uses of Class
com.microsoft.azure.management.appservice.PerfMonSet
-
-
Uses of PerfMonSet in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return PerfMonSet Modifier and Type Method Description PerfMonSetPerfMonSet. withEndTime(org.joda.time.DateTime endTime)Set end time of the period.PerfMonSetPerfMonSet. withName(String name)Set unique key name of the counter.PerfMonSetPerfMonSet. withStartTime(org.joda.time.DateTime startTime)Set start time of the period.PerfMonSetPerfMonSet. withTimeGrain(String timeGrain)Set presented time grain.PerfMonSetPerfMonSet. withValues(List<PerfMonSample> values)Set collection of workers that are active during this time.
-