OperationDisplay interface
The object that describes the operation.
Properties
description | The friendly name of the operation. |
operation | For example: read, write, delete. |
provider | Friendly name of the resource provider. |
resource | The resource type on which the operation is performed. |
Property Details
description
The friendly name of the operation.
description?: string
Property Value
string
operation
For example: read, write, delete.
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 performed.
resource?: string
Property Value
string