Operation Class

Represents an operation returned by the GetOperations request.

Inheritance
Operation

Constructor

Operation(*, name: Optional[str] = None, display: Optional[azure.mgmt.eventgrid.models._models_py3.OperationInfo] = None, origin: Optional[str] = None, is_data_action: Optional[bool] = None, properties: Optional[Any] = None, **kwargs)

Variables

name
str

Name of the operation.

display
OperationInfo

Display name of the operation.

origin
str

Origin of the operation.

is_data_action
bool

This Boolean is used to determine if the operation is a data plane action or not.

properties
any

Properties of the operation.