Class NetworkFunctionSkuListResult

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

public final class NetworkFunctionSkuListResult extends Object
A list of available network function skus.
  • Constructor Details

    • NetworkFunctionSkuListResult

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

    • value

      public List<SkuOverviewInner> value()
      Get the value property: The network function vendor sku overview properties.
      Returns:
      the value value.
    • withValue

      Set the value property: The network function vendor sku overview properties.
      Parameters:
      value - the value value to set.
      Returns:
      the NetworkFunctionSkuListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL 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.