| 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.
|
| Modifier and Type | Method and Description |
|---|---|
PerfMonSet |
PerfMonResponseInner.data()
Get the data property: The performance monitor counters.
|
| Modifier and Type | Method and Description |
|---|---|
PerfMonResponseInner |
PerfMonResponseInner.withData(PerfMonSet data)
Set the data property: The performance monitor counters.
|
| Modifier and Type | Method and Description |
|---|---|
PerfMonSet |
PerfMonSet.withEndTime(OffsetDateTime endTime)
Set the endTime property: End time of the period.
|
PerfMonSet |
PerfMonSet.withName(String name)
Set the name property: Unique key name of the counter.
|
PerfMonSet |
PerfMonSet.withStartTime(OffsetDateTime startTime)
Set the startTime property: Start time of the period.
|
PerfMonSet |
PerfMonSet.withTimeGrain(String timeGrain)
Set the timeGrain property: Presented time grain.
|
PerfMonSet |
PerfMonSet.withValues(List<PerfMonSample> values)
Set the values property: Collection of workers that are active during this time.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.