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