Class CreateDatabaseRestorePointDefinition
java.lang.Object
com.microsoft.azure.management.sql.CreateDatabaseRestorePointDefinition
Contains the information necessary to perform a create database restore
point operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the restore point label to apply.withRestorePointLabel
(String restorePointLabel) Set the restore point label to apply.
-
Constructor Details
-
CreateDatabaseRestorePointDefinition
public CreateDatabaseRestorePointDefinition()
-
-
Method Details
-
restorePointLabel
Get the restore point label to apply.- Returns:
- the restorePointLabel value
-
withRestorePointLabel
Set the restore point label to apply.- Parameters:
restorePointLabel
- the restorePointLabel value to set- Returns:
- the CreateDatabaseRestorePointDefinition object itself.
-