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.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET