| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DiagnosticMetricSample |
DiagnosticMetricSample.withIsAggregated(Boolean isAggregated)
Set the isAggregated property: Whether the values are aggregates across all workers or not.
|
DiagnosticMetricSample |
DiagnosticMetricSample.withMaximum(Double maximum)
Set the maximum property: Maximum of the metric sampled during the time period.
|
DiagnosticMetricSample |
DiagnosticMetricSample.withMinimum(Double minimum)
Set the minimum property: Minimum of the metric sampled during the time period.
|
DiagnosticMetricSample |
DiagnosticMetricSample.withRoleInstance(String roleInstance)
Set the roleInstance property: Role Instance.
|
DiagnosticMetricSample |
DiagnosticMetricSample.withTimestamp(OffsetDateTime timestamp)
Set the timestamp property: Time at which metric is measured.
|
DiagnosticMetricSample |
DiagnosticMetricSample.withTotal(Double total)
Set the total property: Total value of the metric.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.