EntitiesGetTimeline interface
Interfaccia che rappresenta un oggetto EntitiesGetTimeline.
Metodi
| list(string, string, string, Entity |
Sequenza temporale per un'entità. |
Dettagli metodo
list(string, string, string, EntityTimelineParameters, EntitiesGetTimelineListOptionalParams)
Sequenza temporale per un'entità.
function list(resourceGroupName: string, workspaceName: string, entityId: string, parameters: EntityTimelineParameters, options?: EntitiesGetTimelineListOptionalParams): Promise<EntityTimelineResponse>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome è insensibile alle maiuscole e minuscole.
- workspaceName
-
string
Nome dell'area di lavoro.
- entityId
-
string
ID entità
- parameters
- EntityTimelineParameters
I parametri necessari per eseguire un'operazione della sequenza temporale sull'entità specificata.
Parametri delle opzioni.
Restituisce
Promise<EntityTimelineResponse>