ComponentCurrentBillingFeaturesUpdateResponse type
包含更新作的响应数据。
type ComponentCurrentBillingFeaturesUpdateResponse =
ApplicationInsightsComponentBillingFeatures & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentBillingFeatures
}
}