OperationDisplay interface
Metadata associated with the operation.
Properties
description | The description of the operation. |
operation | The type of operation: get, read, delete, etc. |
provider | The name of the provider. |
resource | The name of the resource type on which the operation is performed. |
Property Details
description
The description of the operation.
description?: string
Property Value
string
operation
The type of operation: get, read, delete, etc.
operation?: string
Property Value
string
provider
The name of the provider.
provider?: string
Property Value
string
resource
The name of the resource type on which the operation is performed.
resource?: string
Property Value
string