다음을 통해 공유


ServerProperties Constructors

Definition

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

serverDatabaseCount
Nullable<Int32>

Number of databases in the server

Applies to