Get Sql Pool Result
data class GetSqlPoolResult(val collation: String? = null, val createMode: String? = null, val creationDate: String? = null, 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 sourceDatabaseId: String? = null, val status: String? = null, val storageAccountType: String? = null, val tags: Map<String, String>? = null, val type: String)
A SQL Analytics pool
Constructors
Link copied to clipboard
fun GetSqlPoolResult(collation: String? = null, createMode: String? = null, creationDate: String? = null, id: String, location: String, maxSizeBytes: Double? = null, name: String, provisioningState: String? = null, recoverableDatabaseId: String? = null, restorePointInTime: String? = null, sku: SkuResponse? = null, sourceDatabaseId: String? = null, status: String? = null, storageAccountType: String? = null, tags: Map<String, String>? = null, type: String)
Types
Properties
Link copied to clipboard
Specifies the mode of sql pool creation. Default: regular sql pool creation. PointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified. Recovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore. Restore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard