Share via


NetworkFunctionsClient Interface

public interface NetworkFunctionsClient

An instance of this class provides access to all the operations defined in NetworkFunctionsClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<OperationInner> listOperations()

Lists all of the available NetworkFunction Rest API operations.

abstract PagedIterable<OperationInner> listOperations(Context context)

Lists all of the available NetworkFunction Rest API operations.

Method Details

listOperations

public abstract PagedIterable<OperationInner> listOperations()

Lists all of the available NetworkFunction Rest API operations.

Returns:

paged collection of Operation items as paginated response with PagedIterable<T>.

listOperations

public abstract PagedIterable<OperationInner> listOperations(Context context)

Lists all of the available NetworkFunction Rest API operations.

Parameters:

context - The context to associate with this operation.

Returns:

paged collection of Operation items as paginated response with PagedIterable<T>.

Applies to