Uses of Class
com.azure.resourcemanager.appservice.models.PerfMonSet
-
Packages that use PerfMonSet Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 PerfMonSet Modifier and Type Method Description PerfMonSetPerfMonResponseInner. data()Get the data property: The performance monitor counters.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type PerfMonSet Modifier and Type Method Description PerfMonResponseInnerPerfMonResponseInner. 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 PerfMonSet Modifier and Type Method Description PerfMonSetPerfMonSet. withEndTime(OffsetDateTime endTime)Set the endTime property: End time of the period.PerfMonSetPerfMonSet. withName(String name)Set the name property: Unique key name of the counter.PerfMonSetPerfMonSet. withStartTime(OffsetDateTime startTime)Set the startTime property: Start time of the period.PerfMonSetPerfMonSet. withTimeGrain(String timeGrain)Set the timeGrain property: Presented time grain.PerfMonSetPerfMonSet. withValues(List<PerfMonSample> values)Set the values property: Collection of workers that are active during this time.
-