次の方法で共有


GetPartitionsEventListResponse type

getPartitionsEventList 操作の応答データを格納します。

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