مشاركة عبر


GetChaosResponse type

يحتوي على بيانات استجابة لعملية getChaos.

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