Compartilhar via


ErrorResponseBody Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.ErrorResponseBodyTypeConverter))]
public class ErrorResponseBody : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.IErrorResponseBody
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.ErrorResponseBodyTypeConverter))>]
type ErrorResponseBody = class
    interface IErrorResponseBody
    interface IJsonSerializable
Public Class ErrorResponseBody
Implements IErrorResponseBody
Inheritance
ErrorResponseBody
Attributes
Implements

Constructors

ErrorResponseBody()

Creates an new ErrorResponseBody instance.

Properties

Code
Detail
Message
Target

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ErrorResponseBody.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ErrorResponseBody.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.IErrorResponseBody.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ErrorResponseBody into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to