java.lang.Object
com.azure.resourcemanager.webpubsub.models.Sku

public final class Sku extends Object
Describes an available sku.".
  • Constructor Details

    • Sku

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

    • resourceType

      public String resourceType()
      Get the resourceType property: The resource type that this object applies to.
      Returns:
      the resourceType value.
    • sku

      public ResourceSku sku()
      Get the sku property: The billing information of the resource.
      Returns:
      the sku value.
    • capacity

      public SkuCapacity capacity()
      Get the capacity property: Describes scaling information of a sku.
      Returns:
      the capacity value.
    • validate

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