Sdílet prostřednictvím


ComponentCurrentBillingFeaturesUpdateResponse type

Obsahuje data odpovědi na operaci aktualizace.

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