Freigeben über


OperationStatusError Class

Definition

Operation Error message

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.OperationStatusErrorTypeConverter))]
public class OperationStatusError : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IOperationStatusError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.OperationStatusErrorTypeConverter))>]
type OperationStatusError = class
    interface IOperationStatusError
    interface IJsonSerializable
Public Class OperationStatusError
Implements IOperationStatusError
Inheritance
OperationStatusError
Attributes
Implements

Constructors

Name Description
OperationStatusError()

Creates an new OperationStatusError instance.

Properties

Name Description
Code

The error code.

Message

The error message.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationStatusError.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationStatusError.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IOperationStatusError.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationStatusError into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to