StatusMessage.Error Property

Definition

Gets or sets the error reported by the operation.

[Newtonsoft.Json.JsonProperty(PropertyName="error")]
public Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse Error { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="error")>]
member this.Error : Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse with get, set
Public Property Error As ErrorResponse

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to