ErrorAdditionalInfo Class

Definition

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

Constructors

ErrorAdditionalInfo()

Properties

Info
Type

Methods

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

Applies to