GetResult

data class GetResult(val baseSizeInTib: Int, val extendedSizeInTib: Int, val id: String, val location: String, val name: String, val resourceGroupName: String, val skus: List<GetSkus>, val tags: Map<String, String>, val totalIops: Int, val totalMbps: Int, val totalSizeInTib: Int, val totalVolumeSizeInGib: Int, val volumeGroupCount: Int, val zones: List<String>)

A collection of values returned by get.

Constructors

Link copied to clipboard
constructor(baseSizeInTib: Int, extendedSizeInTib: Int, id: String, location: String, name: String, resourceGroupName: String, skus: List<GetSkus>, tags: Map<String, String>, totalIops: Int, totalMbps: Int, totalSizeInTib: Int, totalVolumeSizeInGib: Int, volumeGroupCount: Int, zones: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The base size of the Elastic SAN resource in TiB.

Link copied to clipboard

The base size of the Elastic SAN resource in TiB.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region where the Elastic SAN exists.

Link copied to clipboard

The SKU name.

Link copied to clipboard
Link copied to clipboard

A sku block as defined below.

Link copied to clipboard

A mapping of tags assigned to the Elastic SAN.

Link copied to clipboard

Total Provisioned IOps of the Elastic SAN resource.

Link copied to clipboard

Total Provisioned MBps Elastic SAN resource.

Link copied to clipboard

Total size of the Elastic SAN resource in TB.

Link copied to clipboard

Total size of the provisioned Volumes in GiB.

Link copied to clipboard

Total number of volume groups in this Elastic SAN resource.

Link copied to clipboard

Logical zone for the Elastic SAN resource.