ComponentCurrentBillingFeaturesGetResponse type
Zawiera dane odpowiedzi dla operacji pobierania.
type ComponentCurrentBillingFeaturesGetResponse =
ApplicationInsightsComponentBillingFeatures & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentBillingFeatures
}
}