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 Microsoft.Datadog for the 2023-01-01 api version.

abstract PagedIterable<OperationResult> list(Context context)

List all operations provided by Microsoft.Datadog for the 2023-01-01 api version.

Method Details

list

public abstract PagedIterable<OperationResult> list()

List all operations provided by Microsoft.Datadog for the 2023-01-01 api version.

Returns:

result of GET request to list the Microsoft.Datadog operations as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<OperationResult> list(Context context)

List all operations provided by Microsoft.Datadog for the 2023-01-01 api version.

Parameters:

context - The context to associate with this operation.

Returns:

result of GET request to list the Microsoft.Datadog operations as paginated response with PagedIterable<T>.

Applies to