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


IArmErrorResponseBody Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.ArmErrorResponseBodyTypeConverter))]
public interface IArmErrorResponseBody : Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.ArmErrorResponseBodyTypeConverter))>]
type IArmErrorResponseBody = interface
    interface IJsonSerializable
Public Interface IArmErrorResponseBody
Implements IJsonSerializable
Derived
Attributes
Implements

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to