次の方法で共有


VnetValidationFailureDetails.Warnings プロパティ

定義

検証中に生成される警告の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象