Dela via


ComponentCurrentBillingFeaturesUpdateResponse type

Innehåller svarsdata för uppdateringsåtgärden.

type ComponentCurrentBillingFeaturesUpdateResponse =
  ApplicationInsightsComponentBillingFeatures & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ApplicationInsightsComponentBillingFeatures
    }
  }