ServerVersionCapability Constructors

Definition

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