INsgCidr.DestinationPortRangeMax Property

Definition

The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="max", Update=true)]
public int? DestinationPortRangeMax { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="max", Update=true)>]
member this.DestinationPortRangeMax : Nullable<int> with get, set
Public Property DestinationPortRangeMax As Nullable(Of Integer)

Property Value

Attributes

Applies to