Operations Interface

public interface Operations

Resource collection API of Operations.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<OperationResult> list()

List all operations provided by Nginx.NginxPlus for the 2023-04-01 api version.

abstract PagedIterable<OperationResult> list(Context context)

List all operations provided by Nginx.NginxPlus for the 2023-04-01 api version.

Method Details

list

public abstract PagedIterable list()

List all operations provided by Nginx.NginxPlus for the 2023-04-01 api version.

Returns:

result of GET request to list Nginx.NginxPlus operations as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(Context context)

List all operations provided by Nginx.NginxPlus for the 2023-04-01 api version.

Parameters:

context - The context to associate with this operation.

Returns:

result of GET request to list Nginx.NginxPlus operations as paginated response with PagedIterable<T>.

Applies to