Sdílet prostřednictvím


IErrorResponse.AdditionalInfo Property

Definition

The error additional info.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=false, Description="The error additional info.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IErrorAdditionalInfo) }, Read=true, ReadOnly=true, Required=false, SerializedName="additionalInfo", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IErrorAdditionalInfo> AdditionalInfo { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=false, Description="The error additional info.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IErrorAdditionalInfo) }, Read=true, ReadOnly=true, Required=false, SerializedName="additionalInfo", Update=false)>]
member this.AdditionalInfo : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IErrorAdditionalInfo>
Public ReadOnly Property AdditionalInfo As List(Of IErrorAdditionalInfo)

Property Value

Attributes

Applies to