Udostępnij za pośrednictwem


ComponentCurrentBillingFeaturesUpdateResponse type

Zawiera dane odpowiedzi dla operacji aktualizacji.

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