VirtualMachineFamilyCoreQuotaResponse

data class VirtualMachineFamilyCoreQuotaResponse(val coreQuota: Int, val name: String)

A VM Family and its associated core quota for the Batch account.

Constructors

Link copied to clipboard
constructor(coreQuota: Int, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The core quota for the VM family for the Batch account.

Link copied to clipboard

The Virtual Machine family name.