VnetValidationFailureDetailsInner.FailedTests Property

Definition

Gets or sets a list of tests that failed in the validation.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.failedTests")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.VnetValidationTestFailure> FailedTests { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.failedTests")>]
member this.FailedTests : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.VnetValidationTestFailure> with get, set
Public Property FailedTests As IList(Of VnetValidationTestFailure)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to