WatcherCreateOrUpdateResponse type
Contiene datos de respuesta para la operación createOrUpdate.
type WatcherCreateOrUpdateResponse = Watcher & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Watcher }
}