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
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