GetSqlPoolResult

data class GetSqlPoolResult(val collation: String? = null, val creationDate: String, val id: String, val location: String, val maxSizeBytes: Double? = null, val name: String, val provisioningState: String? = null, val recoverableDatabaseId: String? = null, val restorePointInTime: String? = null, val sku: SkuResponse? = null, val sourceDatabaseDeletionDate: String? = null, val status: String, val storageAccountType: String? = null, val tags: Map<String, String>? = null, val type: String)

A SQL Analytics pool

Constructors

Link copied to clipboard
constructor(collation: String? = null, creationDate: String, id: String, location: String, maxSizeBytes: Double? = null, name: String, provisioningState: String? = null, recoverableDatabaseId: String? = null, restorePointInTime: String? = null, sku: SkuResponse? = null, sourceDatabaseDeletionDate: String? = null, status: String, storageAccountType: String? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val collation: String? = null

Collation mode

Link copied to clipboard

Date the SQL pool was created

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard
val maxSizeBytes: Double? = null

Maximum size in bytes

Link copied to clipboard

The name of the resource

Link copied to clipboard

Resource state

Link copied to clipboard

Backup database to restore from

Link copied to clipboard

Snapshot time to restore

Link copied to clipboard
val sku: SkuResponse? = null

SQL pool SKU

Link copied to clipboard

Specifies the time that the sql pool was deleted

Link copied to clipboard

Resource status

Link copied to clipboard

The storage account type used to store backups for this sql pool.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"