Class ResourceSku


  • public final class ResourceSku
    extends Object
    Describes an available API Management SKU.
    • Constructor Detail

      • ResourceSku

        public ResourceSku()
    • Method Detail

      • name

        public SkuType name()
        Get the name property: Name of the Sku.
        Returns:
        the name value.
      • withName

        public ResourceSku withName​(SkuType name)
        Set the name property: Name of the Sku.
        Parameters:
        name - the name value to set.
        Returns:
        the ResourceSku object itself.
      • validate

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