IWithRestorePointDatabaseAfterElasticPool<ParentT> Interface

Definition

The SQL Database definition to set a restore point as the source database within an elastic pool.

public interface IWithRestorePointDatabaseAfterElasticPool<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithRestorePointDatabaseAfterElasticPoolBeta<ParentT>
type IWithRestorePointDatabaseAfterElasticPool<'ParentT> = interface
    interface IWithRestorePointDatabaseAfterElasticPoolBeta<'ParentT>
    interface IBeta
Public Interface IWithRestorePointDatabaseAfterElasticPool(Of ParentT)
Implements IBeta, IWithRestorePointDatabaseAfterElasticPoolBeta(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived
Implements

Methods

FromRestorePoint(IRestorePoint)

Creates a new database from a restore point.

(Inherited from IWithRestorePointDatabaseAfterElasticPoolBeta<ParentT>)
FromRestorePoint(IRestorePoint, DateTime)

Creates a new database from a restore point.

(Inherited from IWithRestorePointDatabaseAfterElasticPoolBeta<ParentT>)

Applies to