ConnectionUpdateResponse type
Contiene i dati di risposta per l'operazione di aggiornamento.
type ConnectionUpdateResponse = Connection & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: Connection
}
}