Share via


AdaptiveNetworkHardeningEnforceRequest Constructors

Definition

Overloads

AdaptiveNetworkHardeningEnforceRequest()

Initializes a new instance of the AdaptiveNetworkHardeningEnforceRequest class.

AdaptiveNetworkHardeningEnforceRequest(IList<Rule>, IList<String>)

Initializes a new instance of the AdaptiveNetworkHardeningEnforceRequest class.

AdaptiveNetworkHardeningEnforceRequest()

Initializes a new instance of the AdaptiveNetworkHardeningEnforceRequest class.

public AdaptiveNetworkHardeningEnforceRequest ();
Public Sub New ()

Applies to

AdaptiveNetworkHardeningEnforceRequest(IList<Rule>, IList<String>)

Initializes a new instance of the AdaptiveNetworkHardeningEnforceRequest class.

public AdaptiveNetworkHardeningEnforceRequest (System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.Rule> rules, System.Collections.Generic.IList<string> networkSecurityGroups);
new Microsoft.Azure.Management.Security.Models.AdaptiveNetworkHardeningEnforceRequest : System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.Rule> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Security.Models.AdaptiveNetworkHardeningEnforceRequest
Public Sub New (rules As IList(Of Rule), networkSecurityGroups As IList(Of String))

Parameters

rules
IList<Rule>

The rules to enforce

networkSecurityGroups
IList<String>

The Azure resource IDs of the effective network security groups that will be updated with the created security rules from the Adaptive Network Hardening rules

Applies to