IWithRestorePointDatabaseAfterElasticPool<ParentT> Interface
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.
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, DateTime) |
Creates a new database from a restore point. (Inherited from IWithRestorePointDatabaseAfterElasticPoolBeta<ParentT>) |
FromRestorePoint(IRestorePoint) |
Creates a new database from a restore point. (Inherited from IWithRestorePointDatabaseAfterElasticPoolBeta<ParentT>) |