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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET