SqlPoolArgs

constructor(collation: Output<String>? = null, createMode: Output<Either<String, CreateMode>>? = null, location: Output<String>? = null, maxSizeBytes: Output<Double>? = null, provisioningState: Output<String>? = null, recoverableDatabaseId: Output<String>? = null, resourceGroupName: Output<String>? = null, restorePointInTime: Output<String>? = null, sku: Output<SkuArgs>? = null, sourceDatabaseDeletionDate: Output<String>? = null, sourceDatabaseId: Output<String>? = null, sqlPoolName: Output<String>? = null, storageAccountType: Output<Either<String, StorageAccountType>>? = null, tags: Output<Map<String, String>>? = null, workspaceName: Output<String>? = null)