ComponentCurrentBillingFeaturesUpdateResponse type
Contient des données de réponse pour l’opération de mise à jour.
type ComponentCurrentBillingFeaturesUpdateResponse =
ApplicationInsightsComponentBillingFeatures & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentBillingFeatures
}
}