Megosztás a következőn keresztül:


ArmErrorResponse Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.ArmErrorResponseTypeConverter))]
public class ArmErrorResponse : Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IArmErrorResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.ArmErrorResponseTypeConverter))>]
type ArmErrorResponse = class
    interface IArmErrorResponse
    interface IJsonSerializable
Public Class ArmErrorResponse
Implements IArmErrorResponse
Inheritance
ArmErrorResponse
Attributes
Implements

Constructors

ArmErrorResponse()

Creates an new ArmErrorResponse instance.

Properties

Code

Gets or sets the string that can be used to programmatically identify the error.

Message

Gets or sets the string that describes the error in detail and provides debugging information.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ArmErrorResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ArmErrorResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IArmErrorResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ArmErrorResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to