OperationsDisplayDefinition interface
Display object with properties of the operation.
Properties
| description | Description of the operation. |
| operation | Short description of the operation. |
| provider | Resource provider of the operation. |
| resource | Resource for the operation. |
Property Details
description
Description of the operation.
description?: string
Property Value
string
operation
Short description of the operation.
operation?: string
Property Value
string
provider
Resource provider of the operation.
provider?: string
Property Value
string
resource
Resource for the operation.
resource?: string
Property Value
string