ServerRestartParameter Constructors
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.
Overloads
ServerRestartParameter() |
Initializes a new instance of the ServerRestartParameter class. |
ServerRestartParameter(String, Nullable<Int32>) |
Initializes a new instance of the ServerRestartParameter class. |
ServerRestartParameter()
Initializes a new instance of the ServerRestartParameter class.
public ServerRestartParameter ();
Public Sub New ()
Applies to
ServerRestartParameter(String, Nullable<Int32>)
Initializes a new instance of the ServerRestartParameter class.
public ServerRestartParameter (string restartWithFailover = default, int? maxFailoverSeconds = default);
new Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ServerRestartParameter : string * Nullable<int> -> Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ServerRestartParameter
Public Sub New (Optional restartWithFailover As String = Nothing, Optional maxFailoverSeconds As Nullable(Of Integer) = Nothing)
Parameters
- restartWithFailover
- String
Whether or not failover to standby server when restarting a server with high availability enabled. Possible values include: 'Enabled', 'Disabled'
Applies to
Azure SDK for .NET