次の方法で共有


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:

result of the request to list Azure Traffic Collector operations 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:

result of the request to list Azure Traffic Collector operations as paginated response with PagedIterable<T>.

Applies to