GetContainersEventListResponse type
A getContainersEventList művelet válaszadatait tartalmazza.
type GetContainersEventListResponse = ContainerInstanceEvent[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ContainerInstanceEvent[]
}
}