NetworkSecuritySetRuleParameters Class

 

Parameters supplied to the Set Network Security Rule operation.

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

System::Object
  Microsoft.WindowsAzure.Management.Network.Models::NetworkSecuritySetRuleParameters

public ref class NetworkSecuritySetRuleParameters 

NameDescription
System_CAPS_pubmethodNetworkSecuritySetRuleParameters()

Initializes a new instance of the NetworkSecuritySetRuleParameters class.

NameDescription
System_CAPS_pubpropertyAction

Required. Gets or sets Action. Allow/Deny. Whether to allow or deny traffic.

System_CAPS_pubpropertyDestinationAddressPrefix

Required. Gets or sets DestinationAddressPrefix. 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. 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, *

System_CAPS_pubpropertyPriority

Required. Gets or sets Priority. Value from 100 – 4096.

System_CAPS_pubpropertyProtocol

Required. Gets or sets Protocol. TCP, UDP, *.

System_CAPS_pubpropertySourceAddressPrefix

Required. Gets or sets SourceAddressPrefix. 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. Gets or sets 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_pubpropertyType

Required. Gets or sets type of Rule. Possible values: Inbound (to be evaluated against ingress traffic), Outbound (to be evaluated against egress traffic).

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: