ICsmDeploymentStatus.Error Property

Definition

List of errors.

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

Property Value

Attributes

Applies to