Freigeben über


GetChaosResponse type

Enthält Antwortdaten für den getChaos-Vorgang.

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