Get Sql Pool Result
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)
Properties
Link copied to clipboard
Date the SQL pool was created
Link copied to clipboard
Maximum size in bytes
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
SQL pool SKU
Link copied to clipboard
Specifies the time that the sql pool was deleted
Link copied to clipboard
The storage account type used to store backups for this sql pool.