Share via


SecurityRule.DestinationPortRange Property

Definition

The destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.

public Azure.Provisioning.BicepValue<string> DestinationPortRange { get; set; }
member this.DestinationPortRange : Azure.Provisioning.BicepValue<string> with get, set
Public Property DestinationPortRange As BicepValue(Of String)

Property Value

Applies to