RestorableDroppedSqlPool Interface

public interface RestorableDroppedSqlPool

An immutable client-side representation of RestorableDroppedSqlPool.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime creationDate()

Gets the creationDate property: The creation date of the database (ISO8601 format).

abstract String databaseName()

Gets the databaseName property: The name of the database.

abstract OffsetDateTime deletionDate()

Gets the deletionDate property: The deletion date of the database (ISO8601 format).

abstract OffsetDateTime earliestRestoreDate()

Gets the earliestRestoreDate property: The earliest restore date of the database (ISO8601 format).

abstract String edition()

Gets the edition property: The edition of the database.

abstract String elasticPoolName()

Gets the elasticPoolName property: The elastic pool name of the database.

abstract String id()

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

abstract RestorableDroppedSqlPoolInner innerModel()

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

abstract String location()

Gets the location property: The geo-location where the resource lives.

abstract String maxSizeBytes()

Gets the maxSizeBytes property: The max size in bytes of the database.

abstract String name()

Gets the name property: The name of the resource.

abstract String serviceLevelObjective()

Gets the serviceLevelObjective property: The service level objective name of the database.

abstract String type()

Gets the type property: The type of the resource.

Method Details

creationDate

public abstract OffsetDateTime creationDate()

Gets the creationDate property: The creation date of the database (ISO8601 format).

Returns:

the creationDate value.

databaseName

public abstract String databaseName()

Gets the databaseName property: The name of the database.

Returns:

the databaseName value.

deletionDate

public abstract OffsetDateTime deletionDate()

Gets the deletionDate property: The deletion date of the database (ISO8601 format).

Returns:

the deletionDate value.

earliestRestoreDate

public abstract OffsetDateTime earliestRestoreDate()

Gets the earliestRestoreDate property: The earliest restore date of the database (ISO8601 format).

Returns:

the earliestRestoreDate value.

edition

public abstract String edition()

Gets the edition property: The edition of the database.

Returns:

the edition value.

elasticPoolName

public abstract String elasticPoolName()

Gets the elasticPoolName property: The elastic pool name of the database.

Returns:

the elasticPoolName value.

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract RestorableDroppedSqlPoolInner innerModel()

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

Returns:

the inner object.

location

public abstract String location()

Gets the location property: The geo-location where the resource lives.

Returns:

the location value.

maxSizeBytes

public abstract String maxSizeBytes()

Gets the maxSizeBytes property: The max size in bytes of the database.

Returns:

the maxSizeBytes value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

serviceLevelObjective

public abstract String serviceLevelObjective()

Gets the serviceLevelObjective property: The service level objective name of the database.

Returns:

the serviceLevelObjective value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to