Class SkuEnumerationForNewResourceResultInner

java.lang.Object
com.azure.resourcemanager.powerbidedicated.fluent.models.SkuEnumerationForNewResourceResultInner

public final class SkuEnumerationForNewResourceResultInner extends Object
An object that represents enumerating SKUs for new resources.
  • Constructor Details

    • SkuEnumerationForNewResourceResultInner

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

    • value

      public List<CapacitySku> value()
      Get the value property: The collection of available SKUs for new resources.
      Returns:
      the value value.
    • withValue

      Set the value property: The collection of available SKUs for new resources.
      Parameters:
      value - the value value to set.
      Returns:
      the SkuEnumerationForNewResourceResultInner object itself.
    • validate

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