public final class CreateDatabaseRestorePointDefinition extends Object
| Constructor and Description |
|---|
CreateDatabaseRestorePointDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
restorePointLabel()
Get the restorePointLabel property: The restore point label to apply.
|
void |
validate()
Validates the instance.
|
CreateDatabaseRestorePointDefinition |
withRestorePointLabel(String restorePointLabel)
Set the restorePointLabel property: The restore point label to apply.
|
public CreateDatabaseRestorePointDefinition()
public String restorePointLabel()
public CreateDatabaseRestorePointDefinition withRestorePointLabel(String restorePointLabel)
restorePointLabel - the restorePointLabel value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.