Freigeben über


GetPartitionReplicasEventListResponse type

Enthält Antwortdaten für den getPartitionReplicasEventList-Vorgang.

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