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>
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for JavaScript