Share via


NetworkSecuritySetRuleParameters.DestinationPortRange Property

 

Required. Gets or sets destination Port (single port) or Destination Port Range (separated by “-“) or star (*) for all ports. All numbers are inclusive. Example: 80, 80-80, 80-81, *

Namespace:   Microsoft.WindowsAzure.Management.Network.Models
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

public string DestinationPortRange { get; set; }
public:
property String^ DestinationPortRange {
    String^ get();
    void set(String^ value);
}
member DestinationPortRange : string with get, set
Public Property DestinationPortRange As String

Property Value

Type: System.String

See Also

NetworkSecuritySetRuleParameters Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top