UpdateAzMySqlFlexibleServer_UpdateExpanded.HighAvailabilityMode 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="High availability mode for a server.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode) }, ReadOnly=false, Required=false, SerializedName="mode")]
[System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode))]
[System.Management.Automation.Parameter(HelpMessage="High availability mode for a server.", Mandatory=false)]
public Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode HighAvailabilityMode { 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="High availability mode for a server.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode) }, ReadOnly=false, Required=false, SerializedName="mode")>]
[<System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode))>]
[<System.Management.Automation.Parameter(HelpMessage="High availability mode for a server.", Mandatory=false)>]
member this.HighAvailabilityMode : Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode with get, set
Public Property HighAvailabilityMode As HighAvailabilityMode
Property Value
- Attributes