ComponentAvailableFeaturesGetResponse type
包含获取作的响应数据。
type ComponentAvailableFeaturesGetResponse =
ApplicationInsightsComponentAvailableFeatures & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAvailableFeatures
}
}