IErrorDetail.AdditionalInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The error additional info.
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.Info(Description="The error additional info.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api30.IErrorAdditionalInfo) }, ReadOnly=true, Required=false, SerializedName="additionalInfo")]
public Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api30.IErrorAdditionalInfo[] AdditionalInfo { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.Info(Description="The error additional info.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api30.IErrorAdditionalInfo) }, ReadOnly=true, Required=false, SerializedName="additionalInfo")>]
member this.AdditionalInfo : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api30.IErrorAdditionalInfo[]
Public ReadOnly Property AdditionalInfo As IErrorAdditionalInfo()
Property Value
- Attributes