ComponentCurrentBillingFeaturesUpdateResponse type
Güncelleştirme işlemi için yanıt verilerini içerir.
type ComponentCurrentBillingFeaturesUpdateResponse =
ApplicationInsightsComponentBillingFeatures & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentBillingFeatures
}
}