مشاركة عبر


ComponentAvailableFeaturesGetResponse type

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

type ComponentAvailableFeaturesGetResponse =
  ApplicationInsightsComponentAvailableFeatures & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ApplicationInsightsComponentAvailableFeatures
    }
  }