ComputeOperationValueOutput interface
Describes the properties of a Compute Operation value.
Properties
| display | Describes the properties of a Compute Operation Value Display. |
| name | The name of the compute operation. |
| origin | The origin of the compute operation. |
Property Details
display
Describes the properties of a Compute Operation Value Display.
display?: ComputeOperationValueDisplayOutput
Property Value
name
The name of the compute operation.
name?: string
Property Value
string
origin
The origin of the compute operation.
origin?: string
Property Value
string