Delen via


ComponentFeatureCapabilitiesGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

type ComponentFeatureCapabilitiesGetResponse =
  ApplicationInsightsComponentFeatureCapabilities & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ApplicationInsightsComponentFeatureCapabilities
    }
  }