Operation Class

Azure Traffic Collector REST API operation definition.

Constructor

Operation(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

Operation name: {provider}/{resource}/{operation}.

is_data_action

Indicates whether the operation is a data action.

display

Display metadata associated with the operation.

origin
str

Origin of the operation.

Attributes

display

Display metadata associated with the operation.

display: _models.OperationDisplay | None

is_data_action

Indicates whether the operation is a data action.

is_data_action: bool | None

name

{provider}/{resource}/{operation}.

name: str | None

origin

Origin of the operation.

origin: str | None