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

Operation interface

表示 GetOperations 请求返回的操作。

属性

display

操作的显示名称。

isDataAction

此布尔值用于确定操作是否为数据平面操作。

name

操作的名称。

origin

操作的来源。

properties

操作的属性。

属性详细信息

display

操作的显示名称。

display?: OperationInfo

属性值

isDataAction

此布尔值用于确定操作是否为数据平面操作。

isDataAction?: boolean

属性值

boolean

name

操作的名称。

name?: string

属性值

string

origin

操作的来源。

origin?: string

属性值

string

properties

操作的属性。

properties?: Record<string, unknown>

属性值

Record<string, unknown>