ComponentsCreateOrUpdateResponse type
Zawiera dane odpowiedzi dla operacji createOrUpdate.
type ComponentsCreateOrUpdateResponse = ApplicationInsightsComponent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponent
}
}