Share via


VirtualMachineFamilyCoreQuota Class

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

Constructor

VirtualMachineFamilyCoreQuota(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

The Virtual Machine family name.

core_quota
int

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

Attributes

core_quota

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

core_quota: int | None

name

The Virtual Machine family name.

name: str | None