你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Operation interface
A REST API operation
Properties
display | The object that describes the operation. |
is |
The flag that indicates whether the operation applies to data plane. |
name | This is of the format {provider}/{resource}/{operation} |
origin | The intended executor of the operation. |
properties | Properties of the operation. |
Property Details
display
isDataAction
The flag that indicates whether the operation applies to data plane.
isDataAction?: boolean
Property Value
boolean
name
This is of the format {provider}/{resource}/{operation}
name?: string
Property Value
string
origin
The intended executor of the operation.
origin?: string
Property Value
string
properties
Properties of the operation.
properties?: Record<string, unknown>
Property Value
Record<string, unknown>