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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET