ComponentCurrentBillingFeaturesGetResponse type
Contém dados de resposta para a operação get.
type ComponentCurrentBillingFeaturesGetResponse =
ApplicationInsightsComponentBillingFeatures & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentBillingFeatures
}
}