Partilhar via


AzureSqlDeletedServerModel Class

Definition

Represents the core properties of an Azure Sql Deleted Server

public class AzureSqlDeletedServerModel
type AzureSqlDeletedServerModel = class
Public Class AzureSqlDeletedServerModel
Inheritance
AzureSqlDeletedServerModel

Constructors

Name Description
AzureSqlDeletedServerModel()

Properties

Name Description
DeletionTime

Gets or sets the deletion time of the server

FullyQualifiedDomainName

Gets or sets the fully qualified domain name of the deleted server

Id

Gets or sets the resource id of the deleted server

OriginalId

Gets or sets the original resource ID of the server before deletion

ResourceGroupName

Gets or sets the name of the resource group the server was in (extracted from OriginalId)

ServerName

Gets or sets the name of the deleted server

SubscriptionId

Gets or sets the subscription id where the server was located (extracted from OriginalId)

Version

Gets or sets the server version

Applies to