ComponentsCreateOrUpdateResponse type
Contains response data for the createOrUpdate operation.
type ComponentsCreateOrUpdateResponse = ApplicationInsightsComponent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponent
}
}