SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool<ParentT> Interface

Type Parameters

ParentT

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

public static interface SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool

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

Method Summary

Modifier and Type Method and Description
abstract WithAttachAfterElasticPoolOptions<ParentT> fromRestorePoint(RestorePoint restorePoint)

Creates a new database from a restore point.

abstract WithAttachAfterElasticPoolOptions<ParentT> fromRestorePoint(RestorePoint restorePoint, DateTime restorePointDateTime)

Creates a new database from a restore point.

Method Details

fromRestorePoint

public abstract SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions fromRestorePoint(RestorePoint restorePoint)

Creates a new database from a restore point.

Parameters:

restorePoint - the restore point

Returns:

The next stage of the definition.

fromRestorePoint

public abstract SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions fromRestorePoint(RestorePoint restorePoint, DateTime restorePointDateTime)

Creates a new database from a restore point.

Parameters:

restorePoint - the restore point
restorePointDateTime - date and time to restore from

Returns:

The next stage of the definition.

Applies to