GetContainersEventListResponse type
getContainersEventList işlemi için yanıt verilerini içerir.
type GetContainersEventListResponse = ContainerInstanceEvent[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ContainerInstanceEvent[]
}
}