CompleteDatabaseRestoreDefinition Class
- java.
lang. Object - com.
microsoft. azure. management. sql. CompleteDatabaseRestoreDefinition
- com.
public class CompleteDatabaseRestoreDefinition
Contains the information necessary to perform a complete database restore operation.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
lastBackupName()
Get the last backup name to apply. |
Complete |
withLastBackupName(String lastBackupName)
Set the last backup name to apply. |
Method Details
lastBackupName
public String lastBackupName()
Get the last backup name to apply.
Returns:
the lastBackupName value
withLastBackupName
public CompleteDatabaseRestoreDefinition withLastBackupName(String lastBackupName)
Set the last backup name to apply.
Parameters:
lastBackupName
- the lastBackupName value to set
Returns:
the CompleteDatabaseRestoreDefinition object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java