Uses of Class
com.azure.resourcemanager.appservice.models.PerfMonSet
Packages that use PerfMonSet
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of PerfMonSet in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return PerfMonSetModifier and TypeMethodDescriptionPerfMonResponseInner.data()
Get the data property: The performance monitor counters.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type PerfMonSetModifier and TypeMethodDescriptionPerfMonResponseInner.withData
(PerfMonSet data) Set the data property: The performance monitor counters. -
Uses of PerfMonSet in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return PerfMonSetModifier and TypeMethodDescriptionstatic PerfMonSet
PerfMonSet.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PerfMonSet from the JsonReader.PerfMonSet.withEndTime
(OffsetDateTime endTime) Set the endTime property: End time of the period.Set the name property: Unique key name of the counter.PerfMonSet.withStartTime
(OffsetDateTime startTime) Set the startTime property: Start time of the period.PerfMonSet.withTimeGrain
(String timeGrain) Set the timeGrain property: Presented time grain.PerfMonSet.withValues
(List<PerfMonSample> values) Set the values property: Collection of workers that are active during this time.