AdaptiveNetworkHardening 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
AdaptiveNetworkHardening() |
Initializes a new instance of the AdaptiveNetworkHardening class. |
AdaptiveNetworkHardening(String, String, String, IList<Rule>, Nullable<DateTime>, IList<EffectiveNetworkSecurityGroups>) |
Initializes a new instance of the AdaptiveNetworkHardening class. |
AdaptiveNetworkHardening()
Initializes a new instance of the AdaptiveNetworkHardening class.
public AdaptiveNetworkHardening ();
Public Sub New ()
Applies to
AdaptiveNetworkHardening(String, String, String, IList<Rule>, Nullable<DateTime>, IList<EffectiveNetworkSecurityGroups>)
Initializes a new instance of the AdaptiveNetworkHardening class.
public AdaptiveNetworkHardening (string id = default, string name = default, string type = default, 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.AdaptiveNetworkHardening : string * string * string * 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.AdaptiveNetworkHardening
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional rules As IList(Of Rule) = Nothing, Optional rulesCalculationTime As Nullable(Of DateTime) = Nothing, Optional effectiveNetworkSecurityGroups As IList(Of EffectiveNetworkSecurityGroups) = Nothing)
Parameters
- id
- String
Resource Id
- name
- String
Resource name
- type
- String
Resource type
- effectiveNetworkSecurityGroups
- IList<EffectiveNetworkSecurityGroups>
The Network Security Groups effective on the network interfaces of the protected resource