共用方式為


ArmOperationalInsightsModelFactory.OperationalInsightsTableRestoredLogs Method

Definition

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.

azureAsyncOperationId
Nullable<Guid>

Search results table async operation id.

Returns

A new OperationalInsightsTableRestoredLogs instance for mocking.

Applies to