EntitiesGetTimeline interface

Interface representing a EntitiesGetTimeline.

Methods

list(string, string, string, EntityTimelineParameters, EntitiesGetTimelineListOptionalParams)

Timeline for an entity.

Method Details

list(string, string, string, EntityTimelineParameters, EntitiesGetTimelineListOptionalParams)

Timeline for an entity.

function list(resourceGroupName: string, workspaceName: string, entityId: string, parameters: EntityTimelineParameters, options?: EntitiesGetTimelineListOptionalParams): Promise<EntityTimelineResponse>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

entityId

string

entity ID

parameters
EntityTimelineParameters

The parameters required to execute an timeline operation on the given entity.

options
EntitiesGetTimelineListOptionalParams

The options parameters.

Returns