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?: boolean
Property Value
boolean
name
Operation name: {provider}/{resource}/{operation}
name?: string
Property Value
string
origin
Origin of the operation.
origin?: string
Property Value
string
serviceSpecification
Specification of the all the metrics provided for a resource type.
serviceSpecification?: ApiOperationPropertiesServiceSpecification