مشاركة عبر


ComponentsListResponse type

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

type ComponentsListResponse = ApplicationInsightsComponentListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponentListResult
  }
}