NetworkSecurityRule Properties

 

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

NameDescription
System_CAPS_pubpropertyAction

Required. Allow/Deny. Whether to allow or deny traffic.

System_CAPS_pubpropertyDestinationAddressPrefix

Required. CIDR value of Destination IP from which traffic is coming. You can specify star (*) to map all traffic or one of pre-defined TAGs.

System_CAPS_pubpropertyDestinationPortRange

Required. 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, *

System_CAPS_pubpropertyIsDefault

Required. Specified if this is a default Network Security Rule.

System_CAPS_pubpropertyName

Required. Name of Rule.

System_CAPS_pubpropertyPriority

Required. Priority of the Rule.

System_CAPS_pubpropertyProtocol

Required. TCP, UDP, *.

System_CAPS_pubpropertySourceAddressPrefix

Required. CIDR value of Source IP from which traffic is coming. You can specify star (*) to map all traffic or one of pre-defined TAGs

System_CAPS_pubpropertySourcePortRange

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

System_CAPS_pubpropertyState

Required. The state of the Network Security Rule

System_CAPS_pubpropertyType

Required. Type of Rule. Possible values: Inbound (to be evaluated against ingress traffic), Outbound (to be evaluated against egress traffic).

Return to top
Show: