OperationDisplay interface
The display information of the operation.
Properties
description | The description of the operation. |
operation | The friendly name of the operation. |
provider | The name of the provider of the operation. |
resource | The name of the resource type of the operation. |
Property Details
description
The description of the operation.
description?: string
Property Value
string
operation
The friendly name of the operation.
operation?: string
Property Value
string
provider
The name of the provider of the operation.
provider?: string
Property Value
string
resource
The name of the resource type of the operation.
resource?: string
Property Value
string