ArmSecurityInsightsModelFactory.EntityInsightItem 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 EntityInsightItem.
public static Azure.ResourceManager.SecurityInsights.Models.EntityInsightItem EntityInsightItem (string queryId = default, Azure.ResourceManager.SecurityInsights.Models.EntityInsightItemQueryTimeInterval queryTimeInterval = default, Azure.ResourceManager.SecurityInsights.Models.InsightsTableResult tableQueryResults = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.InsightsTableResult> chartQueryResults = default);
static member EntityInsightItem : string * Azure.ResourceManager.SecurityInsights.Models.EntityInsightItemQueryTimeInterval * Azure.ResourceManager.SecurityInsights.Models.InsightsTableResult * seq<Azure.ResourceManager.SecurityInsights.Models.InsightsTableResult> -> Azure.ResourceManager.SecurityInsights.Models.EntityInsightItem
Public Shared Function EntityInsightItem (Optional queryId As String = Nothing, Optional queryTimeInterval As EntityInsightItemQueryTimeInterval = Nothing, Optional tableQueryResults As InsightsTableResult = Nothing, Optional chartQueryResults As IEnumerable(Of InsightsTableResult) = Nothing) As EntityInsightItem
Parameters
- queryId
- String
The query id of the insight.
- queryTimeInterval
- EntityInsightItemQueryTimeInterval
The Time interval that the query actually executed on.
- tableQueryResults
- InsightsTableResult
Query results for table insights query.
- chartQueryResults
- IEnumerable<InsightsTableResult>
Query results for table insights query.
Returns
A new EntityInsightItem 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