ArmSecurityInsightsModelFactory.EntityExpandContent 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.
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.
- startOn
- Nullable<DateTimeOffset>
The start date filter, so the only expansion results returned are after this date.
Returns
A new EntityExpandContent instance for mocking.