SqlPool.UpdateStages.WithRecoverableDatabaseId Interface

public static interface SqlPool.UpdateStages.WithRecoverableDatabaseId

The stage of the SqlPool update allowing to specify recoverableDatabaseId.

Method Summary

Modifier and Type Method and Description
abstract Update withRecoverableDatabaseId(String recoverableDatabaseId)

Specifies the recoverableDatabaseId property: Backup database to restore from.

Method Details

withRecoverableDatabaseId

public abstract SqlPool.Update withRecoverableDatabaseId(String recoverableDatabaseId)

Specifies the recoverableDatabaseId property: Backup database to restore from.

Parameters:

recoverableDatabaseId - Backup database to restore from.

Returns:

the next definition stage.

Applies to