ComponentCurrentBillingFeaturesUpdateResponse type
Contains response data for the update operation.
type ComponentCurrentBillingFeaturesUpdateResponse =
ApplicationInsightsComponentBillingFeatures & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentBillingFeatures
}
}