AdvancedThreatProtectionProperties 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
AdvancedThreatProtectionProperties() |
Initializes a new instance of the AdvancedThreatProtectionProperties class. |
AdvancedThreatProtectionProperties(Nullable<Boolean>) |
Initializes a new instance of the AdvancedThreatProtectionProperties class. |
AdvancedThreatProtectionProperties()
Initializes a new instance of the AdvancedThreatProtectionProperties class.
public AdvancedThreatProtectionProperties ();
Public Sub New ()
Applies to
AdvancedThreatProtectionProperties(Nullable<Boolean>)
Initializes a new instance of the AdvancedThreatProtectionProperties class.
public AdvancedThreatProtectionProperties (bool? isEnabled = default);
new Microsoft.Azure.Management.Security.Models.AdvancedThreatProtectionProperties : Nullable<bool> -> Microsoft.Azure.Management.Security.Models.AdvancedThreatProtectionProperties
Public Sub New (Optional isEnabled As Nullable(Of Boolean) = Nothing)