Partager via


ComponentAvailableFeaturesGetResponse type

Contient des données de réponse pour l’opération d’obtention.

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