| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DiagnosticMetricSet |
DiagnosticMetricSet.withEndTime(OffsetDateTime endTime)
Set the endTime property: End time of the period.
|
DiagnosticMetricSet |
DiagnosticMetricSet.withName(String name)
Set the name property: Name of the metric.
|
DiagnosticMetricSet |
DiagnosticMetricSet.withStartTime(OffsetDateTime startTime)
Set the startTime property: Start time of the period.
|
DiagnosticMetricSet |
DiagnosticMetricSet.withTimeGrain(String timeGrain)
Set the timeGrain property: Presented time grain.
|
DiagnosticMetricSet |
DiagnosticMetricSet.withUnit(String unit)
Set the unit property: Metric's unit.
|
DiagnosticMetricSet |
DiagnosticMetricSet.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}.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.