IServerForUpdate.HighAvailabilityMode Property

Definition

High availability mode for a server.

[Microsoft.Azure.PowerShell.Cmdlets.MySql.PSArgumentCompleter(new System.String[] { "Disabled", "ZoneRedundant", "SameZone" })]
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Create=true, Description="High availability mode for a server.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="mode", Update=true)]
public string HighAvailabilityMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.PSArgumentCompleter(new System.String[] { "Disabled", "ZoneRedundant", "SameZone" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Create=true, Description="High availability mode for a server.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="mode", Update=true)>]
member this.HighAvailabilityMode : string with get, set
Public Property HighAvailabilityMode As String

Property Value

Attributes

Applies to