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>
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 JavaScript