RestoredLogs 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
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
- sourceTable
- String
The table to restore data from.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.