GetPartitionReplicaEventListResponse type
getPartitionReplicaEventList işlemi için yanıt verilerini içerir.
type GetPartitionReplicaEventListResponse = ReplicaEventUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ReplicaEventUnion[]
}
}