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

OperationsDefinition interface

属性

display

注意:此属性不会序列化。 它只能由服务器填充。

isDataAction

指示操作是否为数据操作

name

注意:此属性不会序列化。 它只能由服务器填充。

origin

注意:此属性不会序列化。 它只能由服务器填充。

properties

AnyObject> 字<典 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

display

注意:此属性不会序列化。 它只能由服务器填充。

display?: OperationsDisplayDefinition

属性值

isDataAction

指示操作是否为数据操作

isDataAction?: boolean

属性值

boolean

name

注意:此属性不会序列化。 它只能由服务器填充。

name?: string

属性值

string

origin

注意:此属性不会序列化。 它只能由服务器填充。

origin?: string

属性值

string

properties

AnyObject> 字<典 注意:此属性不会序列化。 它只能由服务器填充。

properties?: {[propertyName: string]: Record<string, unknown>}

属性值

{[propertyName: string]: Record<string, unknown>}