Package version:

Describes the properties of a Compute Operation value.

interface OperationValue {
    display?: OperationValueDisplay;
    isDataAction?: boolean;
    name?: string;
    origin?: string;
}

Properties

Display properties

isDataAction?: boolean

This property indicates if the operation is an action or a data action NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The name of the compute operation. NOTE: This property will not be serialized. It can only be populated by the server.

origin?: string

The origin of the compute operation. NOTE: This property will not be serialized. It can only be populated by the server.