Operation Class
An operation for Azure Container Instance service.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerinstance._serialization.ModelOperation
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. |
origin
|
The intended executor of the operation. Known values are: "User" and "System". |
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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python