Operation Class

Describes the supported REST operation.

Constructor

Operation(*, name: str | None = None, display: _models.Display | None = None, origin: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The name of the operation being performed on this particular object.

Default value: None
display

Contains the localized display information for this particular operation or action.

Default value: None
origin
str

The intended executor of the operation.

Default value: None

Variables

Name Description
name
str

The name of the operation being performed on this particular object.

display

Contains the localized display information for this particular operation or action.

origin
str

The intended executor of the operation.