OperationDisplay interface
Contains the localized display information for this particular operation / action.
Properties
description | The localized friendly description for the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
operation | The localized friendly name for the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
provider | The localized friendly form of the resource provider name. NOTE: This property will not be serialized. It can only be populated by the server. |
resource | The localized friendly form of the resource type related to this action/operation. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
The localized friendly description for the operation. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
operation
The localized friendly name for the operation. NOTE: This property will not be serialized. It can only be populated by the server.
operation?: string
Property Value
string
provider
The localized friendly form of the resource provider name. NOTE: This property will not be serialized. It can only be populated by the server.
provider?: string
Property Value
string
resource
The localized friendly form of the resource type related to this action/operation. NOTE: This property will not be serialized. It can only be populated by the server.
resource?: string
Property Value
string