AutomaticTuningServerOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Automatic tuning properties for individual advisors.
public class AutomaticTuningServerOptions
type AutomaticTuningServerOptions = class
Public Class AutomaticTuningServerOptions
- Inheritance
-
AutomaticTuningServerOptions
Constructors
AutomaticTuningServerOptions() |
Initializes a new instance of the AutomaticTuningServerOptions class. |
AutomaticTuningServerOptions(Nullable<AutomaticTuningOptionModeDesired>, Nullable<AutomaticTuningOptionModeActual>, Nullable<Int32>, Nullable<AutomaticTuningServerReason>) |
Initializes a new instance of the AutomaticTuningServerOptions class. |
Properties
ActualState |
Gets automatic tuning option actual state. Possible values include: 'Off', 'On' |
DesiredState |
Gets or sets automatic tuning option desired state. Possible values include: 'Off', 'On', 'Default' |
ReasonCode |
Gets reason code if desired and actual state are different. |
ReasonDesc |
Gets reason description if desired and actual state are different. Possible values include: 'Default', 'Disabled', 'AutoConfigured' |
Applies to
Azure SDK for .NET