Aracılığıyla paylaş


AdvancedThreatProtectionProperties Constructors

Definition

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)

Parameters

isEnabled
Nullable<Boolean>

Indicates whether Advanced Threat Protection is enabled.

Applies to