Freigeben über


ComponentCurrentBillingFeaturesGetResponse type

Enthält Antwortdaten für den Get-Vorgang.

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