次の方法で共有


GetChaosScheduleResponse type

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

type GetChaosScheduleResponse = ChaosScheduleDescription & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ChaosScheduleDescription
  }
}