Operation Class

Operation entity.

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

Inheritance
Operation

Constructor

Operation(*, is_data_action: Optional[bool] = None, **kwargs)

Parameters

is_data_action
bool
Required

Indicates whether the operation is a data action.

Variables

name
str

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

display
<xref:azure.mgmt.databox.models.OperationDisplay>

Operation display values.

properties
object

Operation properties.

origin
str

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