Class VirtualMachineFamilyCoreQuota

java.lang.Object
com.azure.resourcemanager.batch.models.VirtualMachineFamilyCoreQuota

public final class VirtualMachineFamilyCoreQuota extends Object
A VM Family and its associated core quota for the Batch account.
  • Constructor Details

    • VirtualMachineFamilyCoreQuota

      public VirtualMachineFamilyCoreQuota()
      Creates an instance of VirtualMachineFamilyCoreQuota class.
  • Method Details

    • name

      public String name()
      Get the name property: The Virtual Machine family name.
      Returns:
      the name value.
    • coreQuota

      public Integer 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.