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
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