Class VendorSkuListResult

java.lang.Object
com.azure.resourcemanager.hybridnetwork.models.VendorSkuListResult

public final class VendorSkuListResult extends Object
Response for list vendor sku API service call.
  • Constructor Details

    • VendorSkuListResult

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

    • value

      public List<VendorSkuInner> value()
      Get the value property: A list of vendor skus offered by the vendor.
      Returns:
      the value value.
    • withValue

      public VendorSkuListResult withValue(List<VendorSkuInner> value)
      Set the value property: A list of vendor skus offered by the vendor.
      Parameters:
      value - the value value to set.
      Returns:
      the VendorSkuListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URI to get the next set of results.
      Returns:
      the nextLink value.
    • validate

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