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

Operation interface

REST API作

属性

display

描述作的对象。

isDataAction

指示作是否为数据作

name

这是格式 {provider}/{resource}/{operation}

origin

作的预期执行程序。

properties

作的属性。

属性详细信息

display

描述作的对象。

display?: OperationDisplay

属性值

isDataAction

指示作是否为数据作

isDataAction?: boolean

属性值

boolean

name

这是格式 {provider}/{resource}/{operation}

name?: string

属性值

string

origin

作的预期执行程序。

origin?: string

属性值

string

properties

作的属性。

properties?: Record<string, unknown>

属性值

Record<string, unknown>