Share via


AdaptiveNetworkHardening Constructors

Definition

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

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