ICapabilityProperties.SupportedHaMode Property

Definition

Supported high availability mode

[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Create=false, Description="Supported high availability mode", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="supportedHAMode", Update=false)]
public System.Collections.Generic.List<string> SupportedHaMode { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Create=false, Description="Supported high availability mode", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="supportedHAMode", Update=false)>]
member this.SupportedHaMode : System.Collections.Generic.List<string>
Public ReadOnly Property SupportedHaMode As List(Of String)

Property Value

Attributes

Applies to