Operation interface
Represents an operation that can be performed on the service.
Properties
display | The display name of the operation. |
name | The name of the operation. |
origin | The origin of the operation. |
properties | The properties of the operation. |
Property Details
display
name
The name of the operation.
name?: string
Property Value
string
origin
The origin of the operation.
origin?: string
Property Value
string
properties
The properties of the operation.
properties?: Record<string, unknown>
Property Value
Record<string, unknown>
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for JavaScript