| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.fluent.models |
Package containing the inner data models for MonitorClient.
|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
ScaleCapacity |
AutoscaleProfileInner.capacity()
Get the capacity property: the number of instances that can be used during this profile.
|
| Modifier and Type | Method and Description |
|---|---|
AutoscaleProfileInner |
AutoscaleProfileInner.withCapacity(ScaleCapacity capacity)
Set the capacity property: the number of instances that can be used during this profile.
|
| Modifier and Type | Method and Description |
|---|---|
ScaleCapacity |
ScaleCapacity.withDefaultProperty(String defaultProperty)
Set the defaultProperty property: the number of instances that will be set if metrics are not available for
evaluation.
|
ScaleCapacity |
ScaleCapacity.withMaximum(String maximum)
Set the maximum property: the maximum number of instances for the resource.
|
ScaleCapacity |
ScaleCapacity.withMinimum(String minimum)
Set the minimum property: the minimum number of instances for the resource.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.