DataPoolLocationResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Encryption properties of a Data Pool location

Link copied to clipboard

The location name

Link copied to clipboard

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

Link copied to clipboard

The Storage SKU. Default: Standard_ZRS.