RecoverableSqlPool Interface

public interface RecoverableSqlPool

An immutable client-side representation of RecoverableSqlPool.

Method Summary

Modifier and Type Method and Description
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 RecoverableSqlPoolInner innerModel()

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

abstract OffsetDateTime lastAvailableBackupDate()

Gets the lastAvailableBackupDate property: The last available backup date of the database (ISO8601 format).

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

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 RecoverableSqlPoolInner innerModel()

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

Returns:

the inner object.

lastAvailableBackupDate

public abstract OffsetDateTime lastAvailableBackupDate()

Gets the lastAvailableBackupDate property: The last available backup date of the database (ISO8601 format).

Returns:

the lastAvailableBackupDate 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