共用方式為


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

適用於