IErrorDefinition.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.
Additional scenario specific error details.
[Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=false, Description="Additional scenario specific error details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.ITypedErrorInfo) }, Read=true, ReadOnly=true, Required=false, SerializedName="additionalInfo", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.ITypedErrorInfo> AdditionalInfo { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=false, Description="Additional scenario specific error details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.ITypedErrorInfo) }, Read=true, ReadOnly=true, Required=false, SerializedName="additionalInfo", Update=false)>]
member this.AdditionalInfo : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.ITypedErrorInfo>
Public ReadOnly Property AdditionalInfo As List(Of ITypedErrorInfo)
Property Value
- Attributes