Class SkuCapability

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

public final class SkuCapability extends Object
A SKU capability, such as the number of cores.
  • Constructor Details

    • SkuCapability

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

    • name

      public String name()
      Get the name property: The name of the feature.
      Returns:
      the name value.
    • value

      public String value()
      Get the value property: The value of the feature.
      Returns:
      the value value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.