IServerProperties.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.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