ComponentCurrentBillingFeaturesUpdateResponse type
Contiene i dati di risposta per l'operazione di aggiornamento.
type ComponentCurrentBillingFeaturesUpdateResponse =
ApplicationInsightsComponentBillingFeatures & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentBillingFeatures
}
}