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.Model
Operation

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
str

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
str

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".