ComponentsCreateOrUpdateResponse type
Contient des données de réponse pour l’opération createOrUpdate.
type ComponentsCreateOrUpdateResponse = ApplicationInsightsComponent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponent
}
}