GetPartitionEventListResponse type
Содержит данные ответа для операции getPartitionEventList.
type GetPartitionEventListResponse = PartitionEventUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PartitionEventUnion[]
}
}