Operation Class

Definition

REST API operation supported by resource provider.

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

Constructors

Name Description
Operation()

Initializes a new instance of the Operation class.

Operation(String, Nullable<Boolean>, OperationDisplay, String, OperationProperties)

Initializes a new instance of the Operation class.

Properties

Name Description
Display

Gets or sets the object that describes a operation.

IsDataAction

Gets or sets if the operation is a data action. (for data plane rbac)

Name

Gets or sets name of the operation with format: {provider}/{resource}/{operation}

Origin

Gets or sets optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX.

Properties

Gets or sets extra Operation properties.

Applies to