Megosztás:


GetChaosResponse type

A getChaos művelet válaszadatait tartalmazza.

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