Uses of Class
com.microsoft.azure.management.appservice.PerfMonSample
Packages that use PerfMonSample
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of PerfMonSample in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return PerfMonSampleModifier and TypeMethodDescriptionPerfMonSample.withInstanceName
(String instanceName) Set name of the server on which the measurement is made.PerfMonSample.withTime
(org.joda.time.DateTime time) Set point in time for which counter was measured.Set value of counter at a certain time.Methods in com.microsoft.azure.management.appservice that return types with arguments of type PerfMonSampleModifier and TypeMethodDescriptionPerfMonSet.values()
Get collection of workers that are active during this time.Method parameters in com.microsoft.azure.management.appservice with type arguments of type PerfMonSampleModifier and TypeMethodDescriptionPerfMonSet.withValues
(List<PerfMonSample> values) Set collection of workers that are active during this time.