ArmSecurityInsightsModelFactory.EntityGetInsightsContent 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 EntityGetInsightsContent.
public static Azure.ResourceManager.SecurityInsights.Models.EntityGetInsightsContent EntityGetInsightsContent (DateTimeOffset startOn = default, DateTimeOffset endOn = default, bool? isDefaultExtendedTimeRangeAdded = default, System.Collections.Generic.IEnumerable<Guid> insightQueryIds = default);
static member EntityGetInsightsContent : DateTimeOffset * DateTimeOffset * Nullable<bool> * seq<Guid> -> Azure.ResourceManager.SecurityInsights.Models.EntityGetInsightsContent
Public Shared Function EntityGetInsightsContent (Optional startOn As DateTimeOffset = Nothing, Optional endOn As DateTimeOffset = Nothing, Optional isDefaultExtendedTimeRangeAdded As Nullable(Of Boolean) = Nothing, Optional insightQueryIds As IEnumerable(Of Guid) = Nothing) As EntityGetInsightsContent
Parameters
- startOn
- DateTimeOffset
The start timeline date, so the results returned are after this date.
- endOn
- DateTimeOffset
The end timeline date, so the results returned are before this date.
Indicates if query time range should be extended with default time range of the query. Default value is false.
- insightQueryIds
- IEnumerable<Guid>
List of Insights Query Id. If empty, default value is all insights of this entity.
Returns
A new EntityGetInsightsContent instance for mocking.
Applies to
Azure SDK for .NET