次の方法で共有


GetPartitionEventListResponse type

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

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