Share via


AssignmentDeploymentJobResult.Error Property

Definition

Gets or sets contains error details if deployment job failed.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to