CapabilityProperties Constructors

Definition

Overloads

CapabilityProperties()

Initializes a new instance of the CapabilityProperties class.

CapabilityProperties(String, IList<String>, IList<String>, IList<ServerEditionCapability>)

Initializes a new instance of the CapabilityProperties class.

CapabilityProperties()

Initializes a new instance of the CapabilityProperties class.

public CapabilityProperties ();
Public Sub New ()

Applies to

CapabilityProperties(String, IList<String>, IList<String>, IList<ServerEditionCapability>)

Initializes a new instance of the CapabilityProperties class.

public CapabilityProperties (string zone = default, System.Collections.Generic.IList<string> supportedHAMode = default, System.Collections.Generic.IList<string> supportedGeoBackupRegions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ServerEditionCapability> supportedFlexibleServerEditions = default);
new Microsoft.Azure.Management.MySQL.FlexibleServers.Models.CapabilityProperties : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ServerEditionCapability> -> Microsoft.Azure.Management.MySQL.FlexibleServers.Models.CapabilityProperties
Public Sub New (Optional zone As String = Nothing, Optional supportedHAMode As IList(Of String) = Nothing, Optional supportedGeoBackupRegions As IList(Of String) = Nothing, Optional supportedFlexibleServerEditions As IList(Of ServerEditionCapability) = Nothing)

Parameters

zone
String

zone name

supportedHAMode
IList<String>

Supported high availability mode

supportedGeoBackupRegions
IList<String>

supported geo backup regions

supportedFlexibleServerEditions
IList<ServerEditionCapability>

A list of supported flexible server editions.

Applies to