Freigeben über


ComponentCurrentBillingFeaturesUpdateResponse type

Enthält Antwortdaten für den Aktualisierungsvorgang.

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