Uses of Class
com.azure.resourcemanager.appservice.models.PerfMonSample
-
Packages that use PerfMonSample Package Description com.azure.resourcemanager.appservice.models 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 PerfMonSample Modifier and Type Method Description PerfMonSamplePerfMonSample. withInstanceName(String instanceName)Set the instanceName property: Name of the server on which the measurement is made.PerfMonSamplePerfMonSample. withTime(OffsetDateTime time)Set the time property: Point in time for which counter was measured.PerfMonSamplePerfMonSample. withValue(Double value)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 PerfMonSample Modifier and Type Method Description List<PerfMonSample>PerfMonSet. 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 PerfMonSample Modifier and Type Method Description PerfMonSetPerfMonSet. withValues(List<PerfMonSample> values)Set the values property: Collection of workers that are active during this time.
-