InboundSecurityRules.DestinationPortRange Property

Definition

Gets or sets NVA port ranges to be opened up. One needs to provide specific ports.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to