Capacity Pool Args
constructor(accountName: Output<String>? = null, coolAccess: Output<Boolean>? = null, encryptionType: Output<Either<String, EncryptionType>>? = null, location: Output<String>? = null, poolName: Output<String>? = null, qosType: Output<Either<String, QosType>>? = null, resourceGroupName: Output<String>? = null, serviceLevel: Output<Either<String, ServiceLevel>>? = null, size: Output<Double>? = null, tags: Output<Map<String, String>>? = null)