RestorePoint Interface

public interface RestorePoint

An immutable client-side representation of RestorePoint.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime earliestRestoreDate()

Gets the earliestRestoreDate property: The earliest time to which this database can be restored.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract RestorePointInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.RestorePointInner object.

abstract String location()

Gets the location property: Resource location.

abstract String name()

Gets the name property: The name of the resource.

abstract OffsetDateTime restorePointCreationDate()

Gets the restorePointCreationDate property: The time the backup was taken.

abstract String restorePointLabel()

Gets the restorePointLabel property: The label of restore point for backup request by user.

abstract RestorePointType restorePointType()

Gets the restorePointType property: The type of restore point.

abstract String type()

Gets the type property: The type of the resource.

Method Details

earliestRestoreDate

public abstract OffsetDateTime earliestRestoreDate()

Gets the earliestRestoreDate property: The earliest time to which this database can be restored.

Returns:

the earliestRestoreDate value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract RestorePointInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.RestorePointInner object.

Returns:

the inner object.

location

public abstract String location()

Gets the location property: Resource location.

Returns:

the location value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

restorePointCreationDate

public abstract OffsetDateTime restorePointCreationDate()

Gets the restorePointCreationDate property: The time the backup was taken.

Returns:

the restorePointCreationDate value.

restorePointLabel

public abstract String restorePointLabel()

Gets the restorePointLabel property: The label of restore point for backup request by user.

Returns:

the restorePointLabel value.

restorePointType

public abstract RestorePointType restorePointType()

Gets the restorePointType property: The type of restore point.

Returns:

the restorePointType value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to