OperationDisplay interface
Properties
| description | The friendly name of the operation. **NOTE: |
| operation | The operation type. For example: read, write, |
| provider | Friendly name of the resource provider. |
| resource | The resource type on which the operation is |
Property Details
description
The friendly name of the operation. **NOTE:
description?: string
Property Value
string
operation
The operation type. For example: read, write,
operation?: string
Property Value
string
provider
Friendly name of the resource provider.
provider?: string
Property Value
string
resource
The resource type on which the operation is
resource?: string
Property Value
string