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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET