Поделиться через


ComponentAvailableFeaturesGetResponse type

Содержит данные ответа для операции получения.

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