HyperscaleNodeEditionCapability 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
HyperscaleNodeEditionCapability() |
Initializes a new instance of the HyperscaleNodeEditionCapability class. |
HyperscaleNodeEditionCapability(String, IList<StorageEditionCapability>, IList<ServerVersionCapability>, IList<NodeTypeCapability>, String) |
Initializes a new instance of the HyperscaleNodeEditionCapability class. |
HyperscaleNodeEditionCapability()
Initializes a new instance of the HyperscaleNodeEditionCapability class.
public HyperscaleNodeEditionCapability ();
Public Sub New ()
Applies to
HyperscaleNodeEditionCapability(String, IList<StorageEditionCapability>, IList<ServerVersionCapability>, IList<NodeTypeCapability>, String)
Initializes a new instance of the HyperscaleNodeEditionCapability class.
public HyperscaleNodeEditionCapability (string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.StorageEditionCapability> supportedStorageEditions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.ServerVersionCapability> supportedServerVersions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.NodeTypeCapability> supportedNodeTypes = default, string status = default);
new Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.HyperscaleNodeEditionCapability : string * System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.StorageEditionCapability> * System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.ServerVersionCapability> * System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.NodeTypeCapability> * string -> Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.HyperscaleNodeEditionCapability
Public Sub New (Optional name As String = Nothing, Optional supportedStorageEditions As IList(Of StorageEditionCapability) = Nothing, Optional supportedServerVersions As IList(Of ServerVersionCapability) = Nothing, Optional supportedNodeTypes As IList(Of NodeTypeCapability) = Nothing, Optional status As String = Nothing)
Parameters
- name
- String
Server edition name
- supportedStorageEditions
- IList<StorageEditionCapability>
The list of editions supported by this server edition.
- supportedServerVersions
- IList<ServerVersionCapability>
The list of server versions supported by this server edition.
- supportedNodeTypes
- IList<NodeTypeCapability>
The list of Node Types supported by this server edition.
- status
- String
The status
Applies to
Azure SDK for .NET