Operation Class

Operation entity.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.databox._serialization.Model
Operation

Constructor

Operation(*, is_data_action: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
is_data_action

Indicates whether the operation is a data action.

Variables

Name Description
name
str

Name of the operation. Format: {resourceProviderNamespace}/{resourceType}/{read|write|delete|action}.

display

Operation display values.

properties
<xref:JSON>

Operation properties.

origin
str

Origin of the operation. Can be : user|system|user,system.

is_data_action

Indicates whether the operation is a data action.