CapabilityProperties Constructors
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.
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
- supportedFlexibleServerEditions
- IList<ServerEditionCapability>
A list of supported flexible server editions.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET