Freigeben über


GetPartitionsEventListResponse type

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

type GetPartitionsEventListResponse = PartitionEventUnion[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PartitionEventUnion[]
  }
}