ArmSecurityInsightsModelFactory.EntityTimelineContent 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 EntityTimelineContent.
public static Azure.ResourceManager.SecurityInsights.Models.EntityTimelineContent EntityTimelineContent (System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.EntityTimelineKind> kinds = default, DateTimeOffset startOn = default, DateTimeOffset endOn = default, int? numberOfBucket = default);
static member EntityTimelineContent : seq<Azure.ResourceManager.SecurityInsights.Models.EntityTimelineKind> * DateTimeOffset * DateTimeOffset * Nullable<int> -> Azure.ResourceManager.SecurityInsights.Models.EntityTimelineContent
Public Shared Function EntityTimelineContent (Optional kinds As IEnumerable(Of EntityTimelineKind) = Nothing, Optional startOn As DateTimeOffset = Nothing, Optional endOn As DateTimeOffset = Nothing, Optional numberOfBucket As Nullable(Of Integer) = Nothing) As EntityTimelineContent
Parameters
- kinds
- IEnumerable<EntityTimelineKind>
Array of timeline Item kinds.
- 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.
Returns
A new EntityTimelineContent instance for mocking.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET