IServerAutoGenerated.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.
High availability mode for a server.
[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")]
public Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode? HighAvailabilityMode { get; set; }
[<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")>]
member this.HighAvailabilityMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode> with get, set
Public Property HighAvailabilityMode As Nullable(Of HighAvailabilityMode)
Property Value
- Attributes