ServerUpgradeStartParameters 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
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
- properties
- ServerUpgradeProperties