Share via


ServerUpgradeStartParameters Constructors

Definition

Overloads

ServerUpgradeStartParameters()

Initializes a new instance of the ServerUpgradeStartParameters class.

ServerUpgradeStartParameters(ServerUpgradeProperties)

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

ServerUpgradeStartParameters()

Initializes a new instance of the ServerUpgradeStartParameters class.

public ServerUpgradeStartParameters ();
Public Sub New ()

Applies to

ServerUpgradeStartParameters(ServerUpgradeProperties)

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

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

Parameters

Applies to