Data Pool Location Args
    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
                fun DataPoolLocationArgs(encryption: Output<DataPoolEncryptionArgs>? = null, name: Output<String>, storageAccountCount: Output<Int>? = null, storageSku: Output<StorageSkuArgs>? = null)