次の方法で共有


GetChaosResponse type

getChaos 操作の応答データが含まれています。

type GetChaosResponse = Chaos & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Chaos }
}