Compartir a través de


ComponentCurrentBillingFeaturesUpdateResponse type

Contiene datos de respuesta para la operación de actualización.

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