OperationDisplay interface
Operation display properties.
Properties
description | Description of the operation to be performed. |
operation | Operation to be performed on the resource. |
provider | Provider name. |
resource | The type of resource in which the operation is performed. |
Property Details
description
Description of the operation to be performed.
description?: string
Property Value
string
operation
Operation to be performed on the resource.
operation?: string
Property Value
string
provider
Provider name.
provider?: string
Property Value
string
resource
The type of resource in which the operation is performed.
resource?: string
Property Value
string