OperationDisplay interface
The display information for a particular operation.
Properties
description | A friendly description of the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
operation | A friendly name of the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
provider | The resource provider of the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
resource | The resource type of the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
A friendly description of the operation. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
operation
A friendly name of the operation. NOTE: This property will not be serialized. It can only be populated by the server.
operation?: string
Property Value
string
provider
The resource provider of the operation. NOTE: This property will not be serialized. It can only be populated by the server.
provider?: string
Property Value
string
resource
The resource type of the operation. NOTE: This property will not be serialized. It can only be populated by the server.
resource?: string
Property Value
string
Azure SDK for JavaScript