GetPartitionsEventListResponse type
يحتوي على بيانات الاستجابة لعملية getPartitionsEventList.
type GetPartitionsEventListResponse = PartitionEventUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PartitionEventUnion[]
}
}