ServerEditionCapability 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
ServerEditionCapability() |
Initializes a new instance of the ServerEditionCapability class. |
ServerEditionCapability(String, IList<StorageEditionCapability>, IList<ServerVersionCapability>) |
Initializes a new instance of the ServerEditionCapability class. |
ServerEditionCapability()
Initializes a new instance of the ServerEditionCapability class.
public ServerEditionCapability ();
Public Sub New ()
Applies to
ServerEditionCapability(String, IList<StorageEditionCapability>, IList<ServerVersionCapability>)
Initializes a new instance of the ServerEditionCapability class.
public ServerEditionCapability (string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.StorageEditionCapability> supportedStorageEditions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ServerVersionCapability> supportedServerVersions = default);
new Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ServerEditionCapability : string * System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.StorageEditionCapability> * System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ServerVersionCapability> -> Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ServerEditionCapability
Public Sub New (Optional name As String = Nothing, Optional supportedStorageEditions As IList(Of StorageEditionCapability) = Nothing, Optional supportedServerVersions As IList(Of ServerVersionCapability) = Nothing)
Parameters
- name
- String
Server edition name
- supportedStorageEditions
- IList<StorageEditionCapability>
A list of supported storage editions
- supportedServerVersions
- IList<ServerVersionCapability>
A list of supported server versions.