EntitiesGetTimeline interface
Interface representing a EntitiesGetTimeline.
Methods
list(string, string, string, Entity |
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.
The options parameters.
Returns
Promise<EntityTimelineResponse>
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for JavaScript