ArmOperationalInsightsModelFactory.OperationalInsightsTableRestoredLogs Method
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.
Initializes a new instance of OperationalInsightsTableRestoredLogs.
public static Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableRestoredLogs OperationalInsightsTableRestoredLogs (DateTimeOffset? startRestoreOn = default, DateTimeOffset? endRestoreOn = default, string sourceTable = default, Guid? azureAsyncOperationId = default);
static member OperationalInsightsTableRestoredLogs : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * Nullable<Guid> -> Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableRestoredLogs
Public Shared Function OperationalInsightsTableRestoredLogs (Optional startRestoreOn As Nullable(Of DateTimeOffset) = Nothing, Optional endRestoreOn As Nullable(Of DateTimeOffset) = Nothing, Optional sourceTable As String = Nothing, Optional azureAsyncOperationId As Nullable(Of Guid) = Nothing) As OperationalInsightsTableRestoredLogs
Parameters
- startRestoreOn
- Nullable<DateTimeOffset>
The timestamp to start the restore from (UTC).
- endRestoreOn
- Nullable<DateTimeOffset>
The timestamp to end the restore by (UTC).
- sourceTable
- String
The table to restore data from.
Returns
A new OperationalInsightsTableRestoredLogs instance for mocking.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET