IErrorEntity.InnerError 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.
Inner errors.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Inner errors.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IErrorEntity) }, ReadOnly=false, Required=false, SerializedName="innerErrors")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IErrorEntity[] InnerError { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Inner errors.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IErrorEntity) }, ReadOnly=false, Required=false, SerializedName="innerErrors")>]
member this.InnerError : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IErrorEntity[] with get, set
Public Property InnerError As IErrorEntity()
Property Value
- Attributes