Operation interface
An operation for Azure Container Instance service.
Properties
| display | The display information of the operation. |
| name | The name of the operation. |
| origin | The intended executor of the operation. |
| properties | The additional properties. |
Property Details
display
name
The name of the operation.
name: string
Property Value
string
origin
The intended executor of the operation.
origin?: string
Property Value
string
properties
The additional properties.
properties?: Record<string, unknown>
Property Value
Record<string, unknown>