GetChaosResponse type

getChaos işlemi için yanıt verilerini içerir.

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