Operation.Errors Property

Definition

Gets or sets any errors associate with the operation.

[Newtonsoft.Json.JsonProperty(PropertyName="errors")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ErrorEntity> Errors { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="errors")>]
member this.Errors : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ErrorEntity> with get, set
Public Property Errors As IList(Of ErrorEntity)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to