Operation Class

A REST API operation.

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, origin: Optional[str] = None, properties: Optional[azure.mgmt.avs.models._models_py3.OperationProperties] = None, **kwargs)

Parameters

is_data_action
bool
Required

Gets or sets a value indicating whether the operation is a data action or not.

origin
str
Required

Origin of the operation.

properties
OperationProperties
Required

Properties of the operation.

Variables

name
str

Name of the operation being performed on this object.

display
OperationDisplay

Contains the localized display information for this operation.