Uses of Class
com.azure.resourcemanager.appservice.models.PerfMonSample
Packages that use PerfMonSample
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of PerfMonSample in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return PerfMonSampleModifier and TypeMethodDescriptionstatic PerfMonSample
PerfMonSample.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PerfMonSample from the JsonReader.PerfMonSample.withInstanceName
(String instanceName) Set the instanceName property: Name of the server on which the measurement is made.PerfMonSample.withTime
(OffsetDateTime time) Set the time property: Point in time for which counter was measured.Set the value property: Value of counter at a certain time.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type PerfMonSampleModifier and TypeMethodDescriptionPerfMonSet.values()
Get the values property: Collection of workers that are active during this time.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type PerfMonSampleModifier and TypeMethodDescriptionPerfMonSet.withValues
(List<PerfMonSample> values) Set the values property: Collection of workers that are active during this time.