CreateDatabaseRestorePointDefinition Class
- java.
lang. Object - com.
microsoft. azure. management. sql. CreateDatabaseRestorePointDefinition
- com.
public class CreateDatabaseRestorePointDefinition
Contains the information necessary to perform a create database restore point operation.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
restorePointLabel()
Get the restore point label to apply. |
Create |
withRestorePointLabel(String restorePointLabel)
Set the restore point label to apply. |
Method Details
restorePointLabel
public String restorePointLabel()
Get the restore point label to apply.
Returns:
the restorePointLabel value
withRestorePointLabel
public CreateDatabaseRestorePointDefinition withRestorePointLabel(String restorePointLabel)
Set the restore point label to apply.
Parameters:
restorePointLabel
- the restorePointLabel value to set
Returns:
the CreateDatabaseRestorePointDefinition 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