Поделиться через


ComponentCurrentBillingFeaturesUpdateResponse type

Содержит данные ответа для операции обновления.

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