DataPoolLocationArgs

data class DataPoolLocationArgs(val encryption: Output<DataPoolEncryptionArgs>? = null, val name: Output<String>, val storageAccountCount: Output<Int>? = null, val storageSku: Output<StorageSkuArgs>? = null) : ConvertibleToJava<DataPoolLocationArgs>

Location of a Data Pool

Constructors

Link copied to clipboard
constructor(encryption: Output<DataPoolEncryptionArgs>? = null, name: Output<String>, storageAccountCount: Output<Int>? = null, storageSku: Output<StorageSkuArgs>? = null)

Properties

Link copied to clipboard
val encryption: Output<DataPoolEncryptionArgs>? = null

Encryption properties of a Data Pool location

Link copied to clipboard
val name: Output<String>

The location name

Link copied to clipboard
val storageAccountCount: Output<Int>? = null

The amount of storage accounts provisioned per Data Pool. Default: 5

Link copied to clipboard
val storageSku: Output<StorageSkuArgs>? = null

The Storage SKU. Default: Standard_ZRS.

Functions

Link copied to clipboard
open override fun toJava(): DataPoolLocationArgs