Uses of Class
com.microsoft.azure.management.appservice.PerfMonSample
-
-
Uses of PerfMonSample in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return PerfMonSample Modifier and Type Method Description PerfMonSamplePerfMonSample. withInstanceName(String instanceName)Set name of the server on which the measurement is made.PerfMonSamplePerfMonSample. withTime(org.joda.time.DateTime time)Set point in time for which counter was measured.PerfMonSamplePerfMonSample. withValue(Double value)Set value of counter at a certain time.Methods in com.microsoft.azure.management.appservice that return types with arguments of type PerfMonSample Modifier and Type Method Description List<PerfMonSample>PerfMonSet. values()Get collection of workers that are active during this time.Method parameters in com.microsoft.azure.management.appservice with type arguments of type PerfMonSample Modifier and Type Method Description PerfMonSetPerfMonSet. withValues(List<PerfMonSample> values)Set collection of workers that are active during this time.
-