Condividi tramite


ComponentCurrentBillingFeaturesGetResponse type

Contiene i dati di risposta per l'operazione get.

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