Sdílet prostřednictvím


ComponentCurrentBillingFeaturesGetResponse type

Obsahuje data odpovědi pro operaci get.

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