Dela via


ComponentCurrentBillingFeaturesGetResponse type

Innehåller svarsdata för get-åtgärden.

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