OperationResult Class

Definition

A Nginx.NginxPlus REST API operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.OperationResultTypeConverter))]
public class OperationResult : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.IOperationResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.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 deployments'.

DisplayOperation

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

DisplayProvider

Service provider: Nginx.NginxPlus

DisplayResource

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

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.Nginx.Models.Api20230401.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