Uses of Class
com.azure.resourcemanager.appservice.models.DiagnosticMetricSample
-
Packages that use DiagnosticMetricSample Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of DiagnosticMetricSample in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DiagnosticMetricSample Modifier and Type Method Description DiagnosticMetricSampleDiagnosticMetricSample. withIsAggregated(Boolean isAggregated)Set the isAggregated property: Whether the values are aggregates across all workers or not.DiagnosticMetricSampleDiagnosticMetricSample. withMaximum(Double maximum)Set the maximum property: Maximum of the metric sampled during the time period.DiagnosticMetricSampleDiagnosticMetricSample. withMinimum(Double minimum)Set the minimum property: Minimum of the metric sampled during the time period.DiagnosticMetricSampleDiagnosticMetricSample. withRoleInstance(String roleInstance)Set the roleInstance property: Role Instance.DiagnosticMetricSampleDiagnosticMetricSample. withTimestamp(OffsetDateTime timestamp)Set the timestamp property: Time at which metric is measured.DiagnosticMetricSampleDiagnosticMetricSample. withTotal(Double total)Set the total property: Total value of the metric.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type DiagnosticMetricSample Modifier and Type Method Description List<DiagnosticMetricSample>DiagnosticMetricSet. values()Get the values property: Collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type DiagnosticMetricSample Modifier and Type Method Description DiagnosticMetricSetDiagnosticMetricSet. withValues(List<DiagnosticMetricSample> values)Set the values property: Collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}.
-