다음을 통해 공유


VnetValidationFailureDetailsInner.FailedTests 속성

정의

유효성 검사에 실패한 테스트 목록을 가져오거나 설정합니다.

[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)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상