RestartParameter 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
RestartParameter() |
Initializes a new instance of the RestartParameter class. |
RestartParameter(Nullable<Boolean>, String) |
Initializes a new instance of the RestartParameter class. |
RestartParameter()
Initializes a new instance of the RestartParameter class.
public RestartParameter ();
Public Sub New ()
Applies to
RestartParameter(Nullable<Boolean>, String)
Initializes a new instance of the RestartParameter class.
public RestartParameter (bool? restartWithFailover = default, string failoverMode = default);
new Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.RestartParameter : Nullable<bool> * string -> Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.RestartParameter
Public Sub New (Optional restartWithFailover As Nullable(Of Boolean) = Nothing, Optional failoverMode As String = Nothing)
Parameters
- failoverMode
- String
Failover mode. Possible values include: 'PlannedFailover', 'ForcedFailover', 'PlannedSwitchover', 'ForcedSwitchover'
Applies to
Azure SDK for .NET