共用方式為


DeletedServer Constructors

Definition

Overloads

DeletedServer()

Initializes a new instance of the DeletedServer class.

DeletedServer(String, String, String, String, Nullable<DateTime>, String, String)

Initializes a new instance of the DeletedServer class.

DeletedServer()

Initializes a new instance of the DeletedServer class.

public DeletedServer ();
Public Sub New ()

Applies to

DeletedServer(String, String, String, String, Nullable<DateTime>, String, String)

Initializes a new instance of the DeletedServer class.

public DeletedServer (string id = default, string name = default, string type = default, string version = default, DateTime? deletionTime = default, string originalId = default, string fullyQualifiedDomainName = default);
new Microsoft.Azure.Management.Sql.Models.DeletedServer : string * string * string * string * Nullable<DateTime> * string * string -> Microsoft.Azure.Management.Sql.Models.DeletedServer
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional version As String = Nothing, Optional deletionTime As Nullable(Of DateTime) = Nothing, Optional originalId As String = Nothing, Optional fullyQualifiedDomainName As String = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

version
String

The version of the deleted server.

deletionTime
Nullable<DateTime>

The deletion time of the deleted server.

originalId
String

The original ID of the server before deletion.

fullyQualifiedDomainName
String

The fully qualified domain name of the server.

Applies to