GetPoolResult

data class GetPoolResult(val id: String, val location: String, val name: String, val poolId: String, val provisioningState: String, val qosType: String? = null, val serviceLevel: String, val size: Double, val tags: Map<String, String>? = null, val totalThroughputMibps: Double, val type: String, val utilizedThroughputMibps: Double)

Capacity pool resource

Constructors

Link copied to clipboard
constructor(id: String, location: String, name: String, poolId: String, provisioningState: String, qosType: String? = null, serviceLevel: String, size: Double, tags: Map<String, String>? = null, totalThroughputMibps: Double, type: String, utilizedThroughputMibps: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard

UUID v4 used to identify the Pool

Link copied to clipboard

Azure lifecycle management

Link copied to clipboard
val qosType: String? = null

The qos type of the pool

Link copied to clipboard

The service level of the file system

Link copied to clipboard

Provisioned size of the pool (in bytes). Allowed values are in 4TiB chunks (value must be multiply of 4398046511104).

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Total throughput of pool in Mibps

Link copied to clipboard

Resource type

Link copied to clipboard

Utilized throughput of pool in Mibps