Class SkusListResult

java.lang.Object
com.azure.resourcemanager.workloads.models.SkusListResult

public final class SkusListResult extends Object
A list of SKUs supported by an Azure Resource Provider.
  • Constructor Details

    • SkusListResult

      public SkusListResult()
  • Method Details

    • value

      public List<SkuDefinitionInner> value()
      Get the value property: List of SKUs supported by the resource provider.
      Returns:
      the value value.
    • nextLink

      public String nextLink()
      Get the nextLink property: URL to get the next set of SKU list results (if there are any).
      Returns:
      the nextLink value.
    • validate

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