次の方法で共有


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

適用対象