GetContainersEventListResponse type

Содержит данные ответа для операции getContainersEventList.

type GetContainersEventListResponse = ContainerInstanceEvent[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ContainerInstanceEvent[]
  }
}