RestartAzMySqlFlexibleServer_RestartViaIdentityExpanded.RestartWithFailover Property
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.
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category(new Microsoft.Azure.PowerShell.Cmdlets.MySql.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.MySql.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="Whether or not failover to standby server when restarting a server with high availability enabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum) }, ReadOnly=false, Required=false, SerializedName="restartWithFailover")]
[System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum))]
[System.Management.Automation.Parameter(HelpMessage="Whether or not failover to standby server when restarting a server with high availability enabled.", Mandatory=false)]
public Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum RestartWithFailover { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Category(new Microsoft.Azure.PowerShell.Cmdlets.MySql.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.MySql.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="Whether or not failover to standby server when restarting a server with high availability enabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum) }, ReadOnly=false, Required=false, SerializedName="restartWithFailover")>]
[<System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum))>]
[<System.Management.Automation.Parameter(HelpMessage="Whether or not failover to standby server when restarting a server with high availability enabled.", Mandatory=false)>]
member this.RestartWithFailover : Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum with get, set
Public Property RestartWithFailover As EnableStatusEnum
Property Value
- Attributes