你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.