ServerVersionCapability Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ServerVersionCapability() |
Initialise une nouvelle instance de la classe ServerVersionCapability. |
ServerVersionCapability(String, IList<VcoreCapability>, String) |
Initialise une nouvelle instance de la classe ServerVersionCapability. |
ServerVersionCapability()
Initialise une nouvelle instance de la classe ServerVersionCapability.
public ServerVersionCapability ();
Public Sub New ()
S’applique à
ServerVersionCapability(String, IList<VcoreCapability>, String)
Initialise une nouvelle instance de la classe ServerVersionCapability.
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)
Paramètres
- name
- String
version du serveur
- supportedVcores
- IList<VcoreCapability>
- status
- String
Le statut
S’applique à
Azure SDK for .NET