Operation Class

A REST API operation.

Inheritance
Operation

Constructor

Operation(*, name: Optional[str] = None, display: Optional[azure.mgmt.synapse.models._models_py3.OperationDisplay] = None, origin: Optional[str] = None, properties: Optional[Any] = None, **kwargs)

Variables

name
str

This is of the format {provider}/{resource}/{operation}.

display
OperationDisplay

The object that describes the operation.

origin
str

The intended executor of the operation.

properties
any

Any object.