你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Operation Class

REST API operation definition.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

Operation(*, is_data_action: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
is_data_action

Indicates whether the operation is a data action.

Default value: None

Variables

Name Description
name
str

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

display

The localized display information for this particular operation or action.

is_data_action

Indicates whether the operation is a data action.

origin

The intended executor of the operation. Known values are: "NotSpecified", "user", and "system".

properties
dict[str, <xref:JSON>]

Additional descriptions for the operation.