| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.fluent.models |
Package containing the inner data models for MonitorClient.
|
| 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.
|
AutoscaleProfileInner |
AutoscaleProfileInner.withFixedDate(TimeWindow fixedDate)
Set the fixedDate property: the specific date-time for the profile.
|
AutoscaleProfileInner |
AutoscaleProfileInner.withName(String name)
Set the name property: the name of the profile.
|
AutoscaleProfileInner |
AutoscaleProfileInner.withRecurrence(Recurrence recurrence)
Set the recurrence property: the repeating times at which this profile begins.
|
AutoscaleProfileInner |
AutoscaleProfileInner.withRules(List<ScaleRuleInner> rules)
Set the rules property: the collection of rules that provide the triggers and parameters for the scaling action.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.