Freigeben über


GetPartitionReplicaEventListResponse type

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

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