Operation Class

Definition

An operation.

public class Operation
type Operation = class
Public Class Operation
Inheritance
Operation

Constructors

Operation()

Initializes a new instance of the Operation class.

Operation(String, OperationDisplay, String, Properties, Nullable<Boolean>, Nullable<ActionType>)

Initializes a new instance of the Operation class.

Properties

ActionType

Gets or sets indicates the action type. Possible values include: 'Internal'

Display

Gets or sets the operation display name.

IsDataAction

Gets or sets whether the operation applies to data-plane.

Name

Gets or sets the operation name.

Origin

Gets or sets origin of the operation.

Properties

Gets or sets operation properties format.

Methods

Validate()

Validate the object.

Applies to