Aracılığıyla paylaş


AdaptiveNetworkHardeningProperties Constructors

Definition

Overloads

AdaptiveNetworkHardeningProperties()

Initializes a new instance of the AdaptiveNetworkHardeningProperties class.

AdaptiveNetworkHardeningProperties(IList<Rule>, Nullable<DateTime>, IList<EffectiveNetworkSecurityGroups>)

Initializes a new instance of the AdaptiveNetworkHardeningProperties class.

AdaptiveNetworkHardeningProperties()

Initializes a new instance of the AdaptiveNetworkHardeningProperties class.

public AdaptiveNetworkHardeningProperties ();
Public Sub New ()

Applies to

AdaptiveNetworkHardeningProperties(IList<Rule>, Nullable<DateTime>, IList<EffectiveNetworkSecurityGroups>)

Initializes a new instance of the AdaptiveNetworkHardeningProperties class.

public AdaptiveNetworkHardeningProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.Rule> rules = default, DateTime? rulesCalculationTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.EffectiveNetworkSecurityGroups> effectiveNetworkSecurityGroups = default);
new Microsoft.Azure.Management.Security.Models.AdaptiveNetworkHardeningProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.Rule> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.EffectiveNetworkSecurityGroups> -> Microsoft.Azure.Management.Security.Models.AdaptiveNetworkHardeningProperties
Public Sub New (Optional rules As IList(Of Rule) = Nothing, Optional rulesCalculationTime As Nullable(Of DateTime) = Nothing, Optional effectiveNetworkSecurityGroups As IList(Of EffectiveNetworkSecurityGroups) = Nothing)

Parameters

rules
IList<Rule>

The security rules which are recommended to be effective on the VM

rulesCalculationTime
Nullable<DateTime>

The UTC time on which the rules were calculated

effectiveNetworkSecurityGroups
IList<EffectiveNetworkSecurityGroups>

The Network Security Groups effective on the network interfaces of the protected resource

Applies to