EntitiesGetTimeline interface

EntitiesGetTimeline を表すインターフェイス。

メソッド

list(string, string, string, EntityTimelineParameters, EntitiesGetTimelineListOptionalParams)

エンティティのタイムライン。

メソッドの詳細

list(string, string, string, EntityTimelineParameters, EntitiesGetTimelineListOptionalParams)

エンティティのタイムライン。

function list(resourceGroupName: string, workspaceName: string, entityId: string, parameters: EntityTimelineParameters, options?: EntitiesGetTimelineListOptionalParams): Promise<EntityTimelineResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

workspaceName

string

ワークスペースの名前。

entityId

string

エンティティ ID

parameters
EntityTimelineParameters

指定されたエンティティでタイムライン操作を実行するために必要なパラメーター。

options
EntitiesGetTimelineListOptionalParams

オプション パラメーター。

戻り値