Delen via


ComponentCurrentBillingFeaturesGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

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