Udostępnij za pośrednictwem


OperationResult Class

Definition

A FluidRelay REST API operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.OperationResultTypeConverter))]
public class OperationResult : Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.IOperationResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.OperationResultTypeConverter))>]
type OperationResult = class
    interface IOperationResult
    interface IJsonSerializable
Public Class OperationResult
Implements IOperationResult
Inheritance
OperationResult
Attributes
Implements

Constructors

OperationResult()

Creates an new OperationResult instance.

Properties

DisplayDescription

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

DisplayOperation

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

DisplayProvider

Service provider: Microsoft.FluidRelay

DisplayResource

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

IsDataAction

Indicates whether the operation is a data action

Name

Operation name: {provider}/{resource}/{operation}

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.IOperationResult.

FromJsonString(String)

Creates a new instance of OperationResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to