GetPartitionEventListResponse type
getPartitionEventList işleminin yanıt verilerini içerir.
type GetPartitionEventListResponse = PartitionEventUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PartitionEventUnion[]
}
}