Operation Class
An operation for Azure Container Instance service.
All required parameters must be populated in order to send to Azure.
Constructor
Operation(*, name: str, display: _models.OperationDisplay, properties: MutableMapping[str, Any] | None = None, origin: str | _models.ContainerInstanceOperationsOrigin | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
name
|
The name of the operation. Required. |
|
display
|
The display information of the operation. Required. |
|
properties
|
<xref:JSON>
The additional properties. Default value: None
|
|
origin
|
The intended executor of the operation. Known values are: "User" and "System". Default value: None
|
Variables
| Name | Description |
|---|---|
|
name
|
The name of the operation. Required. |
|
display
|
The display information of the operation. Required. |
|
properties
|
<xref:JSON>
The additional properties. |
|
origin
|
The intended executor of the operation. Known values are: "User" and "System". |