Table of Contents

Class OperationFilterConditionOperand

An operand of a filtering condition. Only provide one field in each instance.

public class OperationFilterConditionOperand
Inheritance
OperationFilterConditionOperand

Fields

Field

The field the condition applies to.

public FilteringField Field

Field Value

FilteringField

Remarks

The ServiceName restriction must be at the top-level and can only be combined with other restrictions via the And logical operator.

ServiceName

The service to filter an operation by.

public string ServiceName

Field Value

string

StartTime

The starting time to filter an operation by.

public DateTime? StartTime

Field Value

DateTime?

Status

The running status to filter an operation by.

public OperationRunningStatus Status

Field Value

OperationRunningStatus

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.