ArmSecurityInsightsModelFactory.InsightQueryItemPropertiesDefaultTimeRange Method

Definition

Initializes a new instance of InsightQueryItemPropertiesDefaultTimeRange.

public static Azure.ResourceManager.SecurityInsights.Models.InsightQueryItemPropertiesDefaultTimeRange InsightQueryItemPropertiesDefaultTimeRange (string beforeRange = default, string afterRange = default);
static member InsightQueryItemPropertiesDefaultTimeRange : string * string -> Azure.ResourceManager.SecurityInsights.Models.InsightQueryItemPropertiesDefaultTimeRange
Public Shared Function InsightQueryItemPropertiesDefaultTimeRange (Optional beforeRange As String = Nothing, Optional afterRange As String = Nothing) As InsightQueryItemPropertiesDefaultTimeRange

Parameters

beforeRange
String

The padding for the start time of the query.

afterRange
String

The padding for the end time of the query.

Returns

A new InsightQueryItemPropertiesDefaultTimeRange instance for mocking.

Applies to