Class VendorNetworkFunctionListResult

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

public final class VendorNetworkFunctionListResult extends Object
Response for vendors API service call.
  • Constructor Details

    • VendorNetworkFunctionListResult

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

    • value

      Get the value property: A list of vendor network functions.
      Returns:
      the value value.
    • withValue

      Set the value property: A list of vendor network functions.
      Parameters:
      value - the value value to set.
      Returns:
      the VendorNetworkFunctionListResult 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.