GetPartitionsEventListResponse type

getPartitionsEventList işleminin yanıt verilerini içerir.

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