OperationModel interface
Operation model.
Properties
display | Operation model properties. |
is |
Gets or sets a value indicating whether the action is specific to data plane or control plane. |
name | Gets or sets the name of the operation. |
origin | Gets or sets the executor of the operation. |
Property Details
display
Operation model properties.
display?: OperationModelProperties
Property Value
isDataAction
Gets or sets a value indicating whether the action is specific to data plane or control plane.
isDataAction?: boolean
Property Value
boolean
name
Gets or sets the name of the operation.
name?: string
Property Value
string
origin
Gets or sets the executor of the operation.
origin?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript