NetworkSecurityRulesEvaluationResult.DestinationMatched Property

Definition

Gets or sets value indicating whether destination is matched.

[Newtonsoft.Json.JsonProperty(PropertyName="destinationMatched")]
public bool? DestinationMatched { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="destinationMatched")>]
member this.DestinationMatched : Nullable<bool> with get, set
Public Property DestinationMatched As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to