ApiOperation interface
Properties
| display | The object that represents the operation. |
| is |
The flag that indicates whether the operation applies to data plane. |
| name | Operation name: {provider}/{resource}/{operation} |
| origin | Origin of the operation. |
| service |
Specification of the all the metrics provided for a resource type. |
Property Details
display
The object that represents the operation.
display?: ApiOperationDisplay
Property Value
isDataAction
The flag that indicates whether the operation applies to data plane.
isDataAction?: undefined | false | true
Property Value
undefined | false | true
name
Operation name: {provider}/{resource}/{operation}
name?: undefined | string
Property Value
undefined | string
origin
Origin of the operation.
origin?: undefined | string
Property Value
undefined | string
serviceSpecification
Specification of the all the metrics provided for a resource type.
serviceSpecification?: ApiOperationPropertiesServiceSpecification