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

Operation Class

REST API operation definition.

Constructor

Operation(*, name: str | None = None, display: OperationDisplay | None = None, origin: str | None = None, properties: Dict[str, Any] | None = None, **kwargs)

Keyword-Only Parameters

Name Description
name
str

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

Default value: None
display

The localized display information for this particular operation or action.

Default value: None
origin
str

The intended executor of the operation.

Default value: None
properties

Additional descriptions for the operation.

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.

origin
str

The intended executor of the operation.

properties

Additional descriptions for the operation.