Partager via


ComponentCurrentBillingFeaturesGetResponse type

Contient des données de réponse pour l’opération get.

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