ComponentAvailableFeaturesGetResponse type
Bevat antwoordgegevens voor de get-bewerking.
type ComponentAvailableFeaturesGetResponse =
ApplicationInsightsComponentAvailableFeatures & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAvailableFeatures
}
}