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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET