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)

public string DestinationPortRange { get; set; }

Property Value

Type: System.String
Return to top
Show: