ArmSecurityInsightsModelFactory.EntityGetInsightsContent Method

Definition

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.

isDefaultExtendedTimeRangeAdded
Nullable<Boolean>

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