NetworkSecurityRulesEvaluationResult.DestinationPortMatched Property

Definition

Gets or sets value indicating whether destination port is matched.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to