AzureSqlDeletedServerModel Class
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.
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 |