Dela via


IOperationResult Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.OperationResultTypeConverter))]
public interface IOperationResult : Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.OperationResultTypeConverter))>]
type IOperationResult = interface
    interface IJsonSerializable
Public Interface IOperationResult
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DisplayDescription

Description of the operation, e.g., 'Write monitors'.

DisplayOperation

Operation type, e.g., read, write, delete, etc.

DisplayProvider

Service provider, i.e., Microsoft.Elastic.

DisplayResource

Type on which the operation is performed, e.g., 'monitors'.

IsDataAction

Indicates whether the operation is a data action

Name

Operation name, i.e., {provider}/{resource}/{operation}.

Origin

Origin of the operation

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to