Share via


RestoredLogs Constructors

Definition

Overloads

RestoredLogs()

Initializes a new instance of the RestoredLogs class.

RestoredLogs(Nullable<DateTime>, Nullable<DateTime>, String)

Initializes a new instance of the RestoredLogs class.

RestoredLogs()

Initializes a new instance of the RestoredLogs class.

public RestoredLogs ();
Public Sub New ()

Applies to

RestoredLogs(Nullable<DateTime>, Nullable<DateTime>, String)

Initializes a new instance of the RestoredLogs class.

public RestoredLogs (DateTime? startRestoreTime = default, DateTime? endRestoreTime = default, string sourceTable = default);
new Microsoft.Azure.Management.OperationalInsights.Models.RestoredLogs : Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.OperationalInsights.Models.RestoredLogs
Public Sub New (Optional startRestoreTime As Nullable(Of DateTime) = Nothing, Optional endRestoreTime As Nullable(Of DateTime) = Nothing, Optional sourceTable As String = Nothing)

Parameters

startRestoreTime
Nullable<DateTime>

The timestamp to start the restore from (UTC).

endRestoreTime
Nullable<DateTime>

The timestamp to end the restore by (UTC).

sourceTable
String

The table to restore data from.

Applies to