ISqlRestorableDroppedDatabase Interface

Definition

Response containing Azure SQL restorable dropped database.

public interface ISqlRestorableDroppedDatabase : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.RestorableDroppedDatabaseInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Sql.Fluent.ISqlRestorableDroppedDatabase>
type ISqlRestorableDroppedDatabase = interface
    interface IBeta
    interface IRefreshable<ISqlRestorableDroppedDatabase>
    interface IHasInner<RestorableDroppedDatabaseInner>
    interface IHasResourceGroup
    interface IHasName
    interface IHasId
Public Interface ISqlRestorableDroppedDatabase
Implements IBeta, IHasId, IHasInner(Of RestorableDroppedDatabaseInner), IHasName, IHasResourceGroup, IRefreshable(Of ISqlRestorableDroppedDatabase)
Implements

Properties

CreationDate

Gets the creation date of the database (ISO8601 format).

DatabaseName

Gets the name of the database.

DeletionDate

Gets the deletion date of the database (ISO8601 format).

EarliestRestoreDate

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

Edition

Gets the edition of the database.

ElasticPoolName

Gets the elastic pool name of the database.

Id

Gets the resource id string

(Inherited from IHasId)
Inner (Inherited from IHasInner<T>)
MaxSizeBytes

Gets the max size in bytes of the database.

Name

Gets the name of the resource

(Inherited from IHasName)
Region

Gets the geo-location where the resource lives.

ResourceGroupName (Inherited from IHasResourceGroup)
ServiceLevelObjective

Gets the service level objective name of the database.

Methods

Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)

Applies to