WatcherCreateOrUpdateResponse type
Contains response data for the createOrUpdate operation.
type WatcherCreateOrUpdateResponse = Watcher & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Watcher }
}