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.

Constructor Summary

Constructor Description
CreateDatabaseRestorePointDefinition()

Method Summary

Modifier and Type Method and Description
java.lang.String restorePointLabel()

Get the restore point label to apply.

CreateDatabaseRestorePointDefinition withRestorePointLabel(String restorePointLabel)

Set the restore point label to apply.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

CreateDatabaseRestorePointDefinition

public CreateDatabaseRestorePointDefinition()

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