java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner

public final class SkuInfosInner extends Object
Collection of SKU information.
  • Constructor Details

    • SkuInfosInner

      public SkuInfosInner()
  • Method Details

    • resourceType

      public String resourceType()
      Get the resourceType property: Resource type that this SKU applies to.
      Returns:
      the resourceType value.
    • withResourceType

      public SkuInfosInner withResourceType(String resourceType)
      Set the resourceType property: Resource type that this SKU applies to.
      Parameters:
      resourceType - the resourceType value to set.
      Returns:
      the SkuInfosInner object itself.
    • skus

      public List<GlobalCsmSkuDescription> skus()
      Get the skus property: List of SKUs the subscription is able to use.
      Returns:
      the skus value.
    • withSkus

      public SkuInfosInner withSkus(List<GlobalCsmSkuDescription> skus)
      Set the skus property: List of SKUs the subscription is able to use.
      Parameters:
      skus - the skus value to set.
      Returns:
      the SkuInfosInner object itself.
    • validate

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