Interface NetworkFunctionVendors


public interface NetworkFunctionVendors
Resource collection API of NetworkFunctionVendors.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<NetworkFunctionVendor>
    Lists all the available vendor and sku information.
    com.azure.core.http.rest.PagedIterable<NetworkFunctionVendor>
    list(com.azure.core.util.Context context)
    Lists all the available vendor and sku information.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<NetworkFunctionVendor> list()
      Lists all the available vendor and sku information.
      Returns:
      the network function vendor list result as paginated response with PagedIterable.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • list

      com.azure.core.http.rest.PagedIterable<NetworkFunctionVendor> list(com.azure.core.util.Context context)
      Lists all the available vendor and sku information.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the network function vendor list result as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.