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<SkuCapability>) |
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<SkuCapability>)
Initializes a new instance of the ServerVersionCapability class.
public ServerVersionCapability (string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.SkuCapability> supportedSkus = default);
new Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ServerVersionCapability : string * System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.SkuCapability> -> Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ServerVersionCapability
Public Sub New (Optional name As String = Nothing, Optional supportedSkus As IList(Of SkuCapability) = Nothing)
Parameters
- name
- String
server version
- supportedSkus
- IList<SkuCapability>
A list of supported Skus
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET