ComponentAvailableFeaturesGetResponse type
Innehåller svarsdata för get-åtgärden.
type ComponentAvailableFeaturesGetResponse =
ApplicationInsightsComponentAvailableFeatures & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAvailableFeatures
}
}