共用方式為


VnetValidationFailureDetails.Warnings Property

Definition

Gets or sets a list of warnings generated during validation.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to