Partager via


ServerUpgradeProperties Constructors

Definition

Overloads

ServerUpgradeProperties()

Initializes a new instance of the ServerUpgradeProperties class.

ServerUpgradeProperties(String)

Initializes a new instance of the ServerUpgradeProperties class with required arguments.

ServerUpgradeProperties()

Initializes a new instance of the ServerUpgradeProperties class.

public ServerUpgradeProperties ();
Public Sub New ()

Applies to

ServerUpgradeProperties(String)

Initializes a new instance of the ServerUpgradeProperties class with required arguments.

public ServerUpgradeProperties (string version);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerUpgradeProperties : string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerUpgradeProperties
Public Sub New (version As String)

Parameters

version
String

Applies to