ComponentsCreateOrUpdateResponse type
يحتوي على بيانات الاستجابة لعملية createOrUpdate.
type ComponentsCreateOrUpdateResponse = ApplicationInsightsComponent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponent
}
}