public class ServerAutomaticTuningInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
ServerAutomaticTuningInner() |
| Modifier and Type | Method and Description |
|---|---|
AutomaticTuningServerMode |
actualState()
Get the actualState property: Automatic tuning actual state.
|
AutomaticTuningServerMode |
desiredState()
Get the desiredState property: Automatic tuning desired state.
|
Map<String,AutomaticTuningServerOptions> |
options()
Get the options property: Automatic tuning options definition.
|
void |
validate()
Validates the instance.
|
ServerAutomaticTuningInner |
withDesiredState(AutomaticTuningServerMode desiredState)
Set the desiredState property: Automatic tuning desired state.
|
ServerAutomaticTuningInner |
withOptions(Map<String,AutomaticTuningServerOptions> options)
Set the options property: Automatic tuning options definition.
|
public AutomaticTuningServerMode desiredState()
public ServerAutomaticTuningInner withDesiredState(AutomaticTuningServerMode desiredState)
desiredState - the desiredState value to set.public AutomaticTuningServerMode actualState()
public Map<String,AutomaticTuningServerOptions> options()
public ServerAutomaticTuningInner withOptions(Map<String,AutomaticTuningServerOptions> options)
options - the options value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.