OperationValue interface
Describes the properties of a Compute Operation value.
Properties
display | Display properties |
is |
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 | The name of the compute operation. NOTE: This property will not be serialized. It can only be populated by the server. |
origin | The origin of the compute operation. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
display
isDataAction
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.
isDataAction?: boolean
Property Value
boolean
name
The name of the compute operation. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
origin
The origin of the compute operation. NOTE: This property will not be serialized. It can only be populated by the server.
origin?: string
Property Value
string