Data Pool Location Response
data class DataPoolLocationResponse(val encryption: DataPoolEncryptionResponse? = null, val name: String, val storageAccountCount: Int? = null, val storageSku: StorageSkuResponse? = null)
Location of a Data Pool
Constructors
Link copied to clipboard
constructor(encryption: DataPoolEncryptionResponse? = null, name: String, storageAccountCount: Int? = null, storageSku: StorageSkuResponse? = null)