GetPartitionReplicasEventListResponse type
A getPartitionReplicasEventList művelet válaszadatait tartalmazza.
type GetPartitionReplicasEventListResponse = ReplicaEventUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ReplicaEventUnion[]
}
}