Compartilhar via


ComponentCurrentBillingFeaturesUpdateResponse type

Contém dados de resposta para a operação de atualização.

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