ServerProperties 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
ServerProperties() |
Initializes a new instance of the ServerProperties class. |
ServerProperties(String, String, String, String, String, Nullable<Int32>) |
Initializes a new instance of the ServerProperties class. |
ServerProperties()
Initializes a new instance of the ServerProperties class.
public ServerProperties ();
Public Sub New ()
Applies to
ServerProperties(String, String, String, String, String, Nullable<Int32>)
Initializes a new instance of the ServerProperties class.
public ServerProperties (string serverPlatform = default, string serverName = default, string serverVersion = default, string serverEdition = default, string serverOperatingSystemVersion = default, int? serverDatabaseCount = default);
new Microsoft.Azure.Management.DataMigration.Models.ServerProperties : string * string * string * string * string * Nullable<int> -> Microsoft.Azure.Management.DataMigration.Models.ServerProperties
Public Sub New (Optional serverPlatform As String = Nothing, Optional serverName As String = Nothing, Optional serverVersion As String = Nothing, Optional serverEdition As String = Nothing, Optional serverOperatingSystemVersion As String = Nothing, Optional serverDatabaseCount As Nullable(Of Integer) = Nothing)
Parameters
- serverPlatform
- String
Name of the server platform
- serverName
- String
Name of the server
- serverVersion
- String
Version of the database server
- serverEdition
- String
Edition of the database server
- serverOperatingSystemVersion
- String
Version of the operating system