ArmSecurityInsightsModelFactory.EntityExpandContent Method

Definition

public static Azure.ResourceManager.SecurityInsights.Models.EntityExpandContent EntityExpandContent(DateTimeOffset? endOn = default, Guid? expansionId = default, DateTimeOffset? startOn = default);
static member EntityExpandContent : Nullable<DateTimeOffset> * Nullable<Guid> * Nullable<DateTimeOffset> -> Azure.ResourceManager.SecurityInsights.Models.EntityExpandContent
Public Shared Function EntityExpandContent (Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional expansionId As Nullable(Of Guid) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing) As EntityExpandContent

Parameters

endOn
Nullable<DateTimeOffset>

The end date filter, so the only expansion results returned are before this date.

expansionId
Nullable<Guid>

The Id of the expansion to perform.

startOn
Nullable<DateTimeOffset>

The start date filter, so the only expansion results returned are after this date.

Returns

A new EntityExpandContent instance for mocking.

Applies to