ServerVersionCapability Constructors

Definition

Overloads

ServerVersionCapability()

Initializes a new instance of the ServerVersionCapability class.

ServerVersionCapability(String, IList<VcoreCapability>, String)

Initializes a new instance of the ServerVersionCapability class.

ServerVersionCapability()

Initializes a new instance of the ServerVersionCapability class.

public ServerVersionCapability ();
Public Sub New ()

Applies to

ServerVersionCapability(String, IList<VcoreCapability>, String)

Initializes a new instance of the ServerVersionCapability class.

public ServerVersionCapability (string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.VcoreCapability> supportedVcores = default, string status = default);
new Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.ServerVersionCapability : string * System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.VcoreCapability> * string -> Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.ServerVersionCapability
Public Sub New (Optional name As String = Nothing, Optional supportedVcores As IList(Of VcoreCapability) = Nothing, Optional status As String = Nothing)

Parameters

name
String

server version

supportedVcores
IList<VcoreCapability>
status
String

The status

Applies to