다음을 통해 공유


OperationDetail Class

Definition

Service REST API operation.

public class OperationDetail
type OperationDetail = class
Public Class OperationDetail
Inheritance
OperationDetail

Constructors

OperationDetail()

Initializes a new instance of the OperationDetail class.

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

Initializes a new instance of the OperationDetail class.

Properties

ActionType

Gets enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. Possible values include: 'Internal'

Display

Gets or sets display of the operation

IsDataAction

Gets whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.

Name

Gets name of the operation

Origin

Gets default value is 'user,system'.

Properties

Gets or sets properties of the operation

Applies to