RestorableDroppedDatabaseData Class

Definition

A class representing the RestorableDroppedDatabase data model. A restorable dropped database resource.

public class RestorableDroppedDatabaseData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.RestorableDroppedDatabaseData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.RestorableDroppedDatabaseData>
type RestorableDroppedDatabaseData = class
    inherit TrackedResourceData
    interface IJsonModel<RestorableDroppedDatabaseData>
    interface IPersistableModel<RestorableDroppedDatabaseData>
Public Class RestorableDroppedDatabaseData
Inherits TrackedResourceData
Implements IJsonModel(Of RestorableDroppedDatabaseData), IPersistableModel(Of RestorableDroppedDatabaseData)
Inheritance
RestorableDroppedDatabaseData
Implements

Constructors

RestorableDroppedDatabaseData(AzureLocation)

Initializes a new instance of RestorableDroppedDatabaseData.

Properties

BackupStorageRedundancy

The storage account type used to store backups for this database.

CreatedOn

The creation date of the database (ISO8601 format).

DatabaseName

The name of the database.

DeletedOn

The deletion date of the database (ISO8601 format).

EarliestRestoreOn

The earliest restore date of the database (ISO8601 format).

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Keys

The resource ids of the user assigned identities to use.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
MaxSizeBytes

The max size of the database expressed in bytes.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Sku

The name and tier of the SKU.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)

Explicit Interface Implementations

IJsonModel<RestorableDroppedDatabaseData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RestorableDroppedDatabaseData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RestorableDroppedDatabaseData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RestorableDroppedDatabaseData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RestorableDroppedDatabaseData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to