ServerVersionCapability 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
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET