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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET