GetPartitionReplicaEventListResponse type

Содержит данные ответа для операции getPartitionReplicaEventList.

type GetPartitionReplicaEventListResponse = ReplicaEventUnion[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ReplicaEventUnion[]
  }
}