GetPartitionEventListResponse type
A getPartitionEventList művelet válaszadatait tartalmazza.
type GetPartitionEventListResponse = PartitionEventUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PartitionEventUnion[]
}
}