OperationDisplay interface
Display metadata associated with the operation.
Properties
description | Operation description. |
operation | Localized friendly name for the operation. |
provider | Operation resource provider name. |
resource | Resource on which the operation is performed. |
Property Details
description
Operation description.
description?: string
Property Value
string
operation
Localized friendly name for the operation.
operation?: string
Property Value
string
provider
Operation resource provider name.
provider?: string
Property Value
string
resource
Resource on which the operation is performed.
resource?: string
Property Value
string