SecurityEventsFilterParameters Constructors

Definition

Overloads

SecurityEventsFilterParameters()

Initializes a new instance of the SecurityEventsFilterParameters class.

SecurityEventsFilterParameters(Nullable<DateTime>, Nullable<Boolean>)

Initializes a new instance of the SecurityEventsFilterParameters class.

SecurityEventsFilterParameters()

Initializes a new instance of the SecurityEventsFilterParameters class.

public SecurityEventsFilterParameters ();
Public Sub New ()

Applies to

SecurityEventsFilterParameters(Nullable<DateTime>, Nullable<Boolean>)

Initializes a new instance of the SecurityEventsFilterParameters class.

public SecurityEventsFilterParameters (DateTime? eventTime = default, bool? showServerRecords = default);
new Microsoft.Azure.Management.Sql.Models.SecurityEventsFilterParameters : Nullable<DateTime> * Nullable<bool> -> Microsoft.Azure.Management.Sql.Models.SecurityEventsFilterParameters
Public Sub New (Optional eventTime As Nullable(Of DateTime) = Nothing, Optional showServerRecords As Nullable(Of Boolean) = Nothing)

Parameters

eventTime
Nullable<DateTime>

Filter on the event time.

showServerRecords
Nullable<Boolean>

Whether to show server records or not.

Applies to