public class CompleteDatabaseRestoreDefinition extends Object
| Constructor and Description |
|---|
CompleteDatabaseRestoreDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
lastBackupName()
Get the last backup name to apply.
|
CompleteDatabaseRestoreDefinition |
withLastBackupName(String lastBackupName)
Set the last backup name to apply.
|
public String lastBackupName()
public CompleteDatabaseRestoreDefinition withLastBackupName(String lastBackupName)
lastBackupName - the lastBackupName value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/