OperationDisplay Class

Definition

Localized display information for this particular operation.

public class OperationDisplay
type OperationDisplay = class
Public Class OperationDisplay
Inheritance
OperationDisplay

Constructors

OperationDisplay()

Initializes a new instance of the OperationDisplay class.

OperationDisplay(String, String, String, String)

Initializes a new instance of the OperationDisplay class.

Properties

Description

Gets the short, localized friendly description of the operation; suitable for tool tips and detailed views.

Operation

Gets the concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".

Provider

Gets the localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".

Resource

Gets the localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".

Applies to