Table of Contents

Class OperationsListRequest

Requests metadata for an operation. Return type is OperationsListResponse or OperationsListResponse<TOperation>.

public class OperationsListRequest : IOperationsGetRequest, IOperationsRequest
Inheritance
OperationsListRequest
Implements

Constructors

OperationsListRequest()

Creates a new OperationsListRequest.

public OperationsListRequest()

OperationsListRequest(OperationFilterConditions)

Creates a new OperationsListRequest.

public OperationsListRequest(OperationFilterConditions filters)

Parameters

filters OperationFilterConditions

The conditions for filtering the operations to list.

Fields

Filters

The conditions for filtering the operations to list.

public OperationFilterConditions Filters

Field Value

OperationFilterConditions

MaxResponseOperations

The maximum number of Operations to return (per page).

public int MaxResponseOperations

Field Value

int

Remarks

This method returns at most 100 operations per page.

PageToken

A page token from a previous OperationsListRequest call.

public string PageToken

Field Value

string

Properties

BaseServiceUri

The base endpoint URI for the request.

public string BaseServiceUri { get; set; }

Property Value

string

Remarks

This may be a specific service endpoint which contains the operations.

Methods

GetEndpointUri()

Gets the URI to the API endpoint.

public string GetEndpointUri()

Returns

string

The URI.