共用方式為


OperationResult Class

Definition

An Confluent REST API operation.

public class OperationResult
type OperationResult = class
Public Class OperationResult
Inheritance
OperationResult

Constructors

OperationResult()

Initializes a new instance of the OperationResult class.

OperationResult(String, OperationDisplay, Nullable<Boolean>)

Initializes a new instance of the OperationResult class.

Properties

Display

Gets or sets the object that represents the operation.

IsDataAction

Gets or sets indicates whether the operation is a data action

Name

Gets or sets operation name: {provider}/{resource}/{operation}

Applies to