Bagikan melalui


FlexibleServerEditionCapability Constructors

Definition

Overloads

FlexibleServerEditionCapability()

Initializes a new instance of the FlexibleServerEditionCapability class.

FlexibleServerEditionCapability(String, IList<StorageEditionCapability>, IList<ServerVersionCapability>, String)

Initializes a new instance of the FlexibleServerEditionCapability class.

FlexibleServerEditionCapability()

Initializes a new instance of the FlexibleServerEditionCapability class.

public FlexibleServerEditionCapability ();
Public Sub New ()

Applies to

FlexibleServerEditionCapability(String, IList<StorageEditionCapability>, IList<ServerVersionCapability>, String)

Initializes a new instance of the FlexibleServerEditionCapability class.

public FlexibleServerEditionCapability (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, string status = default);
new Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.FlexibleServerEditionCapability : string * System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.StorageEditionCapability> * System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.ServerVersionCapability> * string -> Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.FlexibleServerEditionCapability
Public Sub New (Optional name As String = Nothing, Optional supportedStorageEditions As IList(Of StorageEditionCapability) = Nothing, Optional supportedServerVersions As IList(Of ServerVersionCapability) = 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.

status
String

The status

Applies to