Megosztás:


GetPartitionsEventListResponse type

A getPartitionsEventList művelet válaszadatait tartalmazza.

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