ComponentsCreateOrUpdateResponse type
Содержит данные ответа для операции createOrUpdate.
type ComponentsCreateOrUpdateResponse = ApplicationInsightsComponent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponent
}
}