DeletedServer Class

Definition

A deleted server.

[Microsoft.Rest.Serialization.JsonTransformation]
public class DeletedServer : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DeletedServer = class
    inherit ProxyResource
Public Class DeletedServer
Inherits ProxyResource
Inheritance
DeletedServer
Attributes

Constructors

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.

Properties

DeletionTime

Gets the deletion time of the deleted server.

FullyQualifiedDomainName

Gets the fully qualified domain name of the server.

Id

Gets resource ID.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
OriginalId

Gets the original ID of the server before deletion.

Type

Gets resource type.

(Inherited from Resource)
Version

Gets the version of the deleted server.

Applies to