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>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript