GetPartitionEventListResponse type
Enthält Antwortdaten für den getPartitionEventList-Vorgang.
type GetPartitionEventListResponse = PartitionEventUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PartitionEventUnion[]
}
}