Module.Error Property

Definition

Gets or sets the error info of the module.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to