NetworkSecurityRulesEvaluationResult.ProtocolMatched Property

Definition

Gets or sets value indicating whether protocol is matched.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to