Class VirtualMachineFamilyCoreQuota
java.lang.Object
com.azure.resourcemanager.batch.models.VirtualMachineFamilyCoreQuota
A VM Family and its associated core quota for the Batch account.
-
Constructor Summary
ConstructorDescriptionCreates an instance of VirtualMachineFamilyCoreQuota class. -
Method Summary
-
Constructor Details
-
VirtualMachineFamilyCoreQuota
public VirtualMachineFamilyCoreQuota()Creates an instance of VirtualMachineFamilyCoreQuota class.
-
-
Method Details
-
name
Get the name property: The Virtual Machine family name.- Returns:
- the name value.
-
coreQuota
Get the coreQuota property: The core quota for the VM family for the Batch account.- Returns:
- the coreQuota value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-