你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmOperationalInsightsModelFactory.OperationalInsightsTableSearchResults 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 OperationalInsightsTableSearchResults.
public static Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableSearchResults OperationalInsightsTableSearchResults (string query = default, string description = default, int? limit = default, DateTimeOffset? startSearchOn = default, DateTimeOffset? endSearchOn = default, string sourceTable = default, Guid? azureAsyncOperationId = default);
static member OperationalInsightsTableSearchResults : string * string * Nullable<int> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * Nullable<Guid> -> Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableSearchResults
Public Shared Function OperationalInsightsTableSearchResults (Optional query As String = Nothing, Optional description As String = Nothing, Optional limit As Nullable(Of Integer) = Nothing, Optional startSearchOn As Nullable(Of DateTimeOffset) = Nothing, Optional endSearchOn As Nullable(Of DateTimeOffset) = Nothing, Optional sourceTable As String = Nothing, Optional azureAsyncOperationId As Nullable(Of Guid) = Nothing) As OperationalInsightsTableSearchResults
Parameters
- query
- String
Search job query.
- description
- String
Search job Description.
- startSearchOn
- Nullable<DateTimeOffset>
The timestamp to start the search from (UTC).
- endSearchOn
- Nullable<DateTimeOffset>
The timestamp to end the search by (UTC).
- sourceTable
- String
The table used in the search job.
Returns
A new OperationalInsightsTableSearchResults instance for mocking.