Condividi tramite


AlertSyncSettingProperties Constructors

Definition

Overloads

AlertSyncSettingProperties()

Initializes a new instance of the AlertSyncSettingProperties class.

AlertSyncSettingProperties(Boolean)

Initializes a new instance of the AlertSyncSettingProperties class.

AlertSyncSettingProperties()

Initializes a new instance of the AlertSyncSettingProperties class.

public AlertSyncSettingProperties ();
Public Sub New ()

Applies to

AlertSyncSettingProperties(Boolean)

Initializes a new instance of the AlertSyncSettingProperties class.

public AlertSyncSettingProperties (bool enabled);
new Microsoft.Azure.Management.Security.Models.AlertSyncSettingProperties : bool -> Microsoft.Azure.Management.Security.Models.AlertSyncSettingProperties
Public Sub New (enabled As Boolean)

Parameters

enabled
Boolean

Is the alert sync setting enabled

Applies to