Share via


AzureFirewallApplicationRuleProtocol.Port Property

Definition

Gets or sets port number for the protocol, cannot be greater than 64000. This field is optional.

[Newtonsoft.Json.JsonProperty(PropertyName="port")]
public int? Port { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="port")>]
member this.Port : Nullable<int> with get, set
Public Property Port As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to