OperationDisplay interface

Localized display information for this particular operation.

Properties

description

The short, localized friendly description of the operation; suitable for tool tips and detailed views. NOTE: This property will not be serialized. It can only be populated by the server.

operation

The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". 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, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". NOTE: This property will not be serialized. It can only be populated by the server.

resource

The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

description

The short, localized friendly description of the operation; suitable for tool tips and detailed views. NOTE: This property will not be serialized. It can only be populated by the server.

description?: string

Property Value

string

operation

The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". 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, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". NOTE: This property will not be serialized. It can only be populated by the server.

provider?: string

Property Value

string

resource

The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". NOTE: This property will not be serialized. It can only be populated by the server.

resource?: string

Property Value

string