GetVolumeQuotaRuleResult

data class GetVolumeQuotaRuleResult(val id: String, val location: String, val name: String, val quotaSizeInKib: Int, val quotaTarget: String, val quotaType: String, val volumeId: String)

A collection of values returned by getVolumeQuotaRule.

Constructors

Link copied to clipboard
constructor(id: String, location: String, name: String, quotaSizeInKib: Int, quotaTarget: String, quotaType: String, volumeId: String)

Types

Link copied to clipboard
object Companion

Properties

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 Volume Quota Rule exists.

Link copied to clipboard
Link copied to clipboard

The quota size in kibibytes.

Link copied to clipboard

The quota Target.

Link copied to clipboard

The quota type.

Link copied to clipboard