AdaptiveNetworkHardeningProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- effectiveNetworkSecurityGroups
- IList<EffectiveNetworkSecurityGroups>
The Network Security Groups effective on the network interfaces of the protected resource