你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OperationResult interface
Available operation list result
Properties
display | The object that represents the operation. |
is |
Indicates whether the operation is a data action |
name | The name of the operation. |
next |
The URL to use for getting the next set of results. |
origin | Origin result |
Property Details
display
The object that represents the operation.
display?: AvailableOperationDisplay
Property Value
isDataAction
Indicates whether the operation is a data action
isDataAction?: boolean
Property Value
boolean
name
The name of the operation.
name?: string
Property Value
string
nextLink
The URL to use for getting the next set of results.
nextLink?: string
Property Value
string
origin
Origin result
origin?: string
Property Value
string