مشاركة عبر


ComponentCurrentBillingFeaturesGetResponse type

يحتوي على بيانات استجابة لعملية الحصول على.

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