CreateDatabaseRestorePointDefinition Class

  • java.lang.Object
    • com.microsoft.azure.management.sql.CreateDatabaseRestorePointDefinition

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.

CreateDatabaseRestorePointDefinition 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