Share via


NetworkSecurityGroupRule Constructor

Definition

Initializes a new instance of the NetworkSecurityGroupRule class.

public NetworkSecurityGroupRule (int priority, Microsoft.Azure.Batch.Common.NetworkSecurityGroupRuleAccess access, string sourceAddressPrefix, System.Collections.Generic.IReadOnlyList<string> sourcePortRanges = default);
new Microsoft.Azure.Batch.NetworkSecurityGroupRule : int * Microsoft.Azure.Batch.Common.NetworkSecurityGroupRuleAccess * string * System.Collections.Generic.IReadOnlyList<string> -> Microsoft.Azure.Batch.NetworkSecurityGroupRule
Public Sub New (priority As Integer, access As NetworkSecurityGroupRuleAccess, sourceAddressPrefix As String, Optional sourcePortRanges As IReadOnlyList(Of String) = Nothing)

Parameters

priority
Int32

The priority for this rule.

access
NetworkSecurityGroupRuleAccess

The action that should be taken for a specified IP address, subnet range or tag.

sourceAddressPrefix
String

The source address prefix or tag to match for the rule.

sourcePortRanges
IReadOnlyList<String>

The source port ranges to match for the rule.

Applies to