VnetValidationTestFailure.Details Property

Definition

Gets or sets the details of what caused the failure, e.g. the blocking rule name, etc.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.details")]
public string Details { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.details")>]
member this.Details : string with get, set
Public Property Details As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to