IErrorEntityAutoGenerated.InnerError Property

Definition

Inner errors.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Inner errors.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IErrorEntityAutoGenerated) }, Read=true, ReadOnly=false, Required=false, SerializedName="innerErrors", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IErrorEntityAutoGenerated> InnerError { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Inner errors.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IErrorEntityAutoGenerated) }, Read=true, ReadOnly=false, Required=false, SerializedName="innerErrors", Update=true)>]
member this.InnerError : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IErrorEntityAutoGenerated> with get, set
Public Property InnerError As List(Of IErrorEntityAutoGenerated)

Property Value

Attributes

Applies to