ErrorResponseError Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api10.ErrorResponseErrorTypeConverter))]
public class ErrorResponseError : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api10.IErrorResponseError
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api10.ErrorResponseErrorTypeConverter))>]
type ErrorResponseError = class
    interface IErrorResponseError
    interface IJsonSerializable
Public Class ErrorResponseError
Implements IErrorResponseError
Inheritance
ErrorResponseError
Attributes
Implements

Constructors

ErrorResponseError()

Properties

AdditionalInfo
Code
Detail
Message
Target

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()

Applies to